projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9d74b4
)
silence config step commands display during MAKEALL builds
author
Kim Phillips
<kim.phillips@freescale.com>
Tue, 14 Sep 2010 19:48:16 +0000
(14:48 -0500)
committer
Wolfgang Denk
<wd@denx.de>
Tue, 21 Sep 2010 19:46:49 +0000
(21:46 +0200)
[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>
MAKEALL
patch
|
blob
|
history
diff --git
a/MAKEALL
b/MAKEALL
index 761038e514ed7f9671b50897c1eb00660369013b..1b506d679fde3413922645d222fa9ba0afbb1afc 100755
(executable)
--- a/
MAKEALL
+++ b/
MAKEALL
@@
-727,7
+727,7
@@
build_target() {
target=$1
${MAKE} distclean >/dev/null
- ${MAKE} ${target}_config
+ ${MAKE}
-s
${target}_config
${MAKE} ${JOBS} all 2>&1 >${LOG_DIR}/$target.MAKELOG \
| tee ${LOG_DIR}/$target.ERR