
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