From: Wolfgang Denk Date: Thu, 26 Jul 2012 20:52:41 +0000 (+0000) Subject: Makefile: avoid "Generating asm-offsets.h" message with "-s" X-Git-Tag: v2012.07~3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b12734eed17867ac6ee9fee6afdcf1d632bb345d;p=karo-tx-uboot.git Makefile: avoid "Generating asm-offsets.h" message with "-s" make would spit out a message like Generating /tmp/build/include/generated/asm-offsets.h even when running with option "-s". Fix this. Signed-off-by: Wolfgang Denk --- diff --git a/Makefile b/Makefile index d57c15e744..4356b227e3 100644 --- a/Makefile +++ b/Makefile @@ -617,7 +617,7 @@ $(obj)lib/asm-offsets.s: $(obj)include/autoconf.mk.dep \ $(obj)include/generated/asm-offsets.h: $(obj)include/autoconf.mk.dep \ $(obj)$(CPUDIR)/$(SOC)/asm-offsets.s - @echo Generating $@ + @$(XECHO) Generating $@ tools/scripts/make-asm-offsets $(obj)$(CPUDIR)/$(SOC)/asm-offsets.s $@ $(obj)$(CPUDIR)/$(SOC)/asm-offsets.s: $(obj)include/autoconf.mk.dep