linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kbuild: silence Nothing to be done for 'all' message
@ 2011-06-09  0:58 Peter Foley
  2011-06-09  9:49 ` Michal Marek
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Foley @ 2011-06-09  0:58 UTC (permalink / raw)
  To: Linux Kernel Mailing List, Linux Kbuild Mailing List; +Cc: mmarek


This patch silences a Makefile.asm-generic message
by defining a dummy rule for all. 

make -f /usr/src/git/scripts/Makefile.asm-generic \
            obj=arch/x86/include/generated/asm
make[1]: Nothing to be done for `all'.


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

diff --git a/scripts/Makefile.asm-generic b/scripts/Makefile.asm-generic
index 490122c..40caf3c 100644
--- a/scripts/Makefile.asm-generic
+++ b/scripts/Makefile.asm-generic
@@ -17,6 +17,7 @@ quiet_cmd_wrap = WRAP    $@
 cmd_wrap = echo "\#include <asm-generic/$*.h>" >$@
 
 all: $(patsubst %, $(obj)/%, $(generic-y))
+	@:
 
 $(obj)/%.h:
 	$(call cmd,wrap)
-- 
1.7.5.3


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

* Re: [PATCH] kbuild: silence Nothing to be done for 'all' message
  2011-06-09  0:58 [PATCH] kbuild: silence Nothing to be done for 'all' message Peter Foley
@ 2011-06-09  9:49 ` Michal Marek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Marek @ 2011-06-09  9:49 UTC (permalink / raw)
  To: Peter Foley; +Cc: Linux Kernel Mailing List, Linux Kbuild Mailing List

On Wed, Jun 08, 2011 at 08:58:32PM -0400, Peter Foley wrote:
> 
> This patch silences a Makefile.asm-generic message
> by defining a dummy rule for all. 
> 
> make -f /usr/src/git/scripts/Makefile.asm-generic \
>             obj=arch/x86/include/generated/asm
> make[1]: Nothing to be done for `all'.
> 
> 
> Signed-off-by: Peter Foley <pefoley2@verizon.net>
> ---
>  scripts/Makefile.asm-generic |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)

Applied to kbuild-2.6.git#rc-fixes, thanks.

Michal

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

end of thread, other threads:[~2011-06-09  9:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-09  0:58 [PATCH] kbuild: silence Nothing to be done for 'all' message Peter Foley
2011-06-09  9:49 ` 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).