lkml.org 
[lkml]   [2011]   [Nov]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] Kbuild: append missing-syscalls to the default target list
On Wed, Sep 14, 2011 at 01:17:10AM -0400, Arnaud Lacombe wrote:
> 2011/9/9 Michal Marek <mmarek@suse.cz>:
> > On 25.8.2011 03:03, Arnaud Lacombe wrote:
> >> +always += missing-syscalls
> >> +targets += missing-syscalls
> >> +
> >>  quiet_cmd_syscalls = CALL    $<
> >>        cmd_syscalls = $(CONFIG_SHELL) $< $(CC) $(c_flags)
> >
> > checksyscalls.sh needs to depend on generated/asm-offsets.h, otherwise a
> > parallel build will fail.
> >
> true.
>
> This:
>
> diff --git a/Kbuild b/Kbuild
> index 1a2eb32..4caab4f 100644
> --- a/Kbuild
> +++ b/Kbuild
> @@ -94,7 +94,7 @@ targets += missing-syscalls
> quiet_cmd_syscalls = CALL $<
> cmd_syscalls = $(CONFIG_SHELL) $< $(CC) $(c_flags)
>
> -missing-syscalls: scripts/checksyscalls.sh FORCE
> +missing-syscalls: scripts/checksyscalls.sh $(offsets-file) FORCE
> $(call cmd,syscalls)

OK, applied to kbuild/kbuild with this fixup.

Michal
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2011-11-02 00:31    [W:0.057 / U:0.980 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site