
14 Sep
2010
14 Sep
'10
3:17 a.m.
[u-boot next]$ ./MAKEALL 83xx awk '(NF && $1 !~ /^#/) { print $1 ": " $1 "_config; $(MAKE)" }' boards.cfg > .boards.depend Configuring for ve8313 board...
Signed-off-by: Kim Phillips kim.phillips@freescale.com --- applies to u-boot.git's next branch.
Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile index 36f2e1e..50bbe08 100644 --- a/Makefile +++ b/Makefile @@ -495,7 +495,7 @@ unconfig:
sinclude .boards.depend .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.2.1