projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b014357
)
allow parallel downloading for make download
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 9 Jun 2008 15:38:19 +0000
(15:38 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 9 Jun 2008 15:38:19 +0000
(15:38 +0000)
SVN-Revision: 11411
include/toplevel.mk
patch
|
blob
|
history
diff --git
a/include/toplevel.mk
b/include/toplevel.mk
index a2eae553198b620a110479a5896869cd284d9950..23d4b0056996b274345aa84f06b6c6cc3403d298 100644
(file)
--- a/
include/toplevel.mk
+++ b/
include/toplevel.mk
@@
-93,10
+93,10
@@
tmp/.prereq-build: include/prereq-build.mk
touch $@
download: .config FORCE
-
$(MAKE) -j1
tools/download
-
$(MAKE) -j1
toolchain/download
-
$(MAKE) -j1
package/download
-
$(MAKE) -j1
target/download
+
+$(MAKE)
tools/download
+
+$(MAKE)
toolchain/download
+
+$(MAKE)
package/download
+
+$(MAKE)
target/download
clean dirclean: .config
@$(MAKE) $@