lkml.org 
[lkml]   [2017]   [Dec]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.14 142/164] kbuild: rpm-pkg: fix jobserver unavailable warning
    Date
    4.14-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Masahiro Yamada <yamada.masahiro@socionext.com>


    [ Upstream commit 606625be47bc87b6fab0af10cd57aaa675cb9e42 ]

    If "make rpm-pkg" or "make binrpm-pkg" is run with -j[jobs] option,
    the following warning message is displayed.

    warning: jobserver unavailable: using -j1. Add '+' to parent make rule.

    Follow the suggestion.

    Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
    Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    ---
    scripts/package/Makefile | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    --- a/scripts/package/Makefile
    +++ b/scripts/package/Makefile
    @@ -49,7 +49,7 @@ rpm-pkg rpm: FORCE
    $(MAKE) clean
    $(CONFIG_SHELL) $(MKSPEC) >$(objtree)/kernel.spec
    $(call cmd,src_tar,$(KERNELPATH),kernel.spec)
    - rpmbuild $(RPMOPTS) --target $(UTS_MACHINE) -ta $(KERNELPATH).tar.gz
    + +rpmbuild $(RPMOPTS) --target $(UTS_MACHINE) -ta $(KERNELPATH).tar.gz
    rm $(KERNELPATH).tar.gz kernel.spec

    # binrpm-pkg
    @@ -57,7 +57,7 @@ rpm-pkg rpm: FORCE
    binrpm-pkg: FORCE
    $(MAKE) KBUILD_SRC=
    $(CONFIG_SHELL) $(MKSPEC) prebuilt > $(objtree)/binkernel.spec
    - rpmbuild $(RPMOPTS) --define "_builddir $(objtree)" --target \
    + +rpmbuild $(RPMOPTS) --define "_builddir $(objtree)" --target \
    $(UTS_MACHINE) -bb $(objtree)/binkernel.spec
    rm binkernel.spec


    \
     
     \ /
      Last update: 2017-12-12 13:55    [W:3.455 / U:0.220 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site