[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAAqcGHk9Z4eVZWGhRBc3tPh_-nbQ78uLxxc_CFijastnt7_5jw@mail.gmail.com>
Date: Tue, 28 Apr 2015 11:38:39 +0300
From: Riku Voipio <riku.voipio@...aro.org>
To: Chris J Arges <chris.j.arges@...onical.com>
Cc: linux-kbuild <linux-kbuild@...r.kernel.org>,
mmarek <mmarek@...e.cz>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] package: Makefile: ensure $MAKE can use jobserver
On 24 April 2015 at 21:25, Chris J Arges <chris.j.arges@...onical.com> wrote:
> When using make deb-pkg, builddeb is called without proper MAKEFLAGS due to the
> script being invoked without '+'. This results in the following message when
> building:
> warning: jobserver unavailable: using -j1. Add `+' to parent make rule
>
> Add the '+' so the make operations can be parallelized.
Looks good, and works fine in my tests.
Reviewed-by: Riku Voipio <riku.voipio@...aro.org>
> Signed-off-by: Chris J Arges <chris.j.arges@...onical.com>
> ---
> scripts/package/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/package/Makefile b/scripts/package/Makefile
> index 99ca6e7..0dbfae7 100644
> --- a/scripts/package/Makefile
> +++ b/scripts/package/Makefile
> @@ -88,7 +88,7 @@ quiet_cmd_builddeb = BUILDDEB
>
> deb-pkg: FORCE
> $(MAKE) KBUILD_SRC=
> - $(call cmd,builddeb)
> + +$(call cmd,builddeb)
>
> clean-dirs += $(objtree)/debian/
>
> --
> 1.9.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists