linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Kbuild: append missing-syscalls to the default target list
@ 2011-08-25  1:03 Arnaud Lacombe
  2011-09-09 11:55 ` Michal Marek
  0 siblings, 1 reply; 13+ messages in thread
From: Arnaud Lacombe @ 2011-08-25  1:03 UTC (permalink / raw)
  To: Michal Marek; +Cc: linux-kbuild, linux-kernel, Arnaud Lacombe

This avoid an extra make invocation on `prepare0'.

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
---
 Kbuild   |    4 +++-
 Makefile |    1 -
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Kbuild b/Kbuild
index 2114113..1a2eb32 100644
--- a/Kbuild
+++ b/Kbuild
@@ -88,10 +88,12 @@ $(obj)/$(offsets-file): arch/$(SRCARCH)/kernel/asm-offsets.s Kbuild
 # 3) Check for missing system calls
 #
 
+always += missing-syscalls
+targets += missing-syscalls
+
 quiet_cmd_syscalls = CALL    $<
       cmd_syscalls = $(CONFIG_SHELL) $< $(CC) $(c_flags)
 
-PHONY += missing-syscalls
 missing-syscalls: scripts/checksyscalls.sh FORCE
 	$(call cmd,syscalls)
 
diff --git a/Makefile b/Makefile
index 0f1db8d..8e00684 100644
--- a/Makefile
+++ b/Makefile
@@ -983,7 +983,6 @@ archprepare: prepare1 scripts_basic
 
 prepare0: archprepare FORCE
 	$(Q)$(MAKE) $(build)=.
-	$(Q)$(MAKE) $(build)=. missing-syscalls
 
 # All the preparing..
 prepare: prepare0
-- 
1.7.6.153.g78432


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2011-11-09 13:43 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-25  1:03 [PATCH] Kbuild: append missing-syscalls to the default target list Arnaud Lacombe
2011-09-09 11:55 ` Michal Marek
2011-09-14  5:17   ` Arnaud Lacombe
2011-11-01 23:22     ` Michal Marek
2011-11-07 20:44       ` Ralf Baechle
2011-11-07 21:19         ` Michal Marek
2011-11-07 23:33           ` Ralf Baechle
2011-11-08  8:25             ` Michal Marek
2011-11-08  9:53               ` Ralf Baechle
2011-11-08 18:21               ` David Daney
2011-11-08 22:30                 ` Michal Marek
2011-11-09  9:54                   ` Ralf Baechle
2011-11-09 13:43                     ` Michal Marek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).