projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add a simple /sbin/wifi script with support for the new broadcom driver (incomplete...
[openwrt.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
a554a1d
..
10652c0
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-46,7
+46,7
@@
ifneq ($(shell ./scripts/timestamp.pl -p .pkginfo package Makefile),.pkginfo)
@echo Collecting package info...
@-for dir in package/*/; do \
echo Source-Makefile: $${dir}Makefile; \
- $(MAKE) --no-print-dir DUMP=1 -C $$dir 2>&- || true; \
+ $(
NO_TRACE_
MAKE) --no-print-dir DUMP=1 -C $$dir 2>&- || true; \
done > $@
endif
This page took
0.019633 seconds
and
4
git commands to generate.