public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kbuild: silence generated makefile message
@ 2011-06-27 21:42 Peter Foley
  2011-06-27 23:00 ` Arnaud Lacombe
  0 siblings, 1 reply; 8+ messages in thread
From: Peter Foley @ 2011-06-27 21:42 UTC (permalink / raw)
  To: Linux Kernel Mailing List, Linux Kbuild Mailing List, mmarek


This patch silences the make -C /usr/src/git O=/usr/src/git/build/. 
message shown when using the generated makefile in KBUILD_OUTDIR.

Signed-off-by: Peter Foley <pefoley2@verizon.net>
---
 scripts/mkmakefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/mkmakefile b/scripts/mkmakefile
index 5325423..f4642f2 100644
--- a/scripts/mkmakefile
+++ b/scripts/mkmakefile
@@ -40,7 +40,7 @@ MAKEFLAGS += --no-print-directory
 all	:= \$(filter-out all Makefile,\$(MAKECMDGOALS))
 
 all:
-	\$(MAKE) \$(MAKEARGS) \$(all)
+	@\$(MAKE) \$(MAKEARGS) \$(all)
 
 Makefile:;
 
-- 
1.7.5.3


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

end of thread, other threads:[~2011-07-20 15:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-27 21:42 [PATCH] kbuild: silence generated makefile message Peter Foley
2011-06-27 23:00 ` Arnaud Lacombe
2011-06-27 23:16   ` Peter Foley
2011-06-27 23:33     ` [PATCH V2] " Peter Foley
2011-07-01 13:47       ` Michal Marek
2011-07-04 22:55         ` [PATCH V3] " Peter Foley
2011-07-20 14:06           ` Peter Foley
2011-07-20 15:12           ` Michal Marek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox