#2489 PR merged: Makefile: fix warning "jobserver unavailable: using -j1"

Labels: fixed / solved / done, minor bug

madmartin opened issue at 2020-09-10 07:13:

Pull Request Details:
  • Type: Bug Fix

  • Impact: Normal

  • Reference to related issue (URL):
    N/A

  • How was this pull request tested?
    The issue occurred when creating a gentoo ebuild for the 2.6 release

  • Brief description of the changes in this pull request:
    when running "make install" make throws warnings
    make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
    Fix: do not call "make" inside a Makefile, use "$(MAKE)" instead
    For reference, see
    https://www.gnu.org/software/make/manual/html_node/MAKE-Variable.html


[Export of Github issue for rear/rear.]