[U-Boot] [PATCH] Makefile: fix distclean and *_config rules to be less noise

20 Dec
2011
20 Dec
'11
3:23 p.m.
Signed-off-by: Lauri Hintsala lauri.hintsala@bluegiga.com --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile index 05966f4..ba336ed 100644 --- a/Makefile +++ b/Makefile @@ -643,7 +643,7 @@ unconfig:
sinclude $(obj).boards.depend $(obj).boards.depend: boards.cfg - awk '(NF && $$1 !~ /^#/) { print $$1 ": " $$1 "_config; $$(MAKE)" }' $< > $@ + @awk '(NF && $$1 !~ /^#/) { print $$1 ": " $$1 "_config; $$(MAKE)" }' $< > $@
# # Functions to generate common board directory names
--
1.7.4.1

20 Dec
20 Dec
11:37 p.m.
New subject: [U-Boot] [PATCH] Makefile: fix distclean and *_config rules to be less noise
Dear Lauri Hintsala,
In message 1324391037-28128-1-git-send-email-lauri.hintsala@bluegiga.com you wrote:
Signed-off-by: Lauri Hintsala lauri.hintsala@bluegiga.com
Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Nothing ever becomes real till it is experienced -- even a proverb is
no proverb to you till your life has illustrated it. - John Keats
4891
Age (days ago)
4891
Last active (days ago)
1 comments
2 participants
participants (2)
-
Lauri Hintsala
-
Wolfgang Denk