projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daf7406
)
avoid using implicit rules during metadata dump to speed up the process even more
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 3 Mar 2009 14:07:39 +0000
(14:07 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 3 Mar 2009 14:07:39 +0000
(14:07 +0000)
SVN-Revision: 14736
include/scan.mk
patch
|
blob
|
history
diff --git
a/include/scan.mk
b/include/scan.mk
index 7b818e8aba3c2282c86eb4bda9b432cb39a14e04..1cf45e58b66d7889607809be41c6c750d4101e3f 100644
(file)
--- a/
include/scan.mk
+++ b/
include/scan.mk
@@
-27,7
+27,7
@@
define PackageDir
{ \
$$(call progress,Collecting $(SCAN_NAME) info: $(SCAN_DIR)/$(2)) \
echo Source-Makefile: $(SCAN_DIR)/$(2)/Makefile; \
- $(NO_TRACE_MAKE) --no-print-dir DUMP=1 -C $(SCAN_DIR)/$(2) $(SCAN_MAKEOPTS) 2>/dev/null || echo "ERROR: please fix $(SCAN_DIR)/$(2)/Makefile" >&2; \
+ $(NO_TRACE_MAKE) --no-print-dir
-r
DUMP=1 -C $(SCAN_DIR)/$(2) $(SCAN_MAKEOPTS) 2>/dev/null || echo "ERROR: please fix $(SCAN_DIR)/$(2)/Makefile" >&2; \
echo; \
} > $$@ || true
endef