projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29aa865
)
missed a reference to compile-targets
author
mbm
<mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 16 Feb 2007 01:12:05 +0000
(
01:12
+0000)
committer
mbm
<mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 16 Feb 2007 01:12:05 +0000
(
01:12
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6306
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/Makefile
patch
|
blob
|
history
diff --git
a/package/Makefile
b/package/Makefile
index
7e4e97c
..
6ddbc1b
100644
(file)
--- a/
package/Makefile
+++ b/
package/Makefile
@@
-73,7
+73,7
@@
$(PACKAGE_DIR)/Packages: $(PACKAGE_DIR)/*.ipk
symlinks:
../scripts/feeds.sh $(CONFIG_SOURCE_FEEDS)
-ifeq ($(MAKECMDGOALS),compile
-targets
)
+ifeq ($(MAKECMDGOALS),compile)
MAKEFLAGS:=$(MAKEFLAGS) -j$(CONFIG_JLEVEL)
else
.NOTPARALLEL:
This page took
0.024002 seconds
and
4
git commands to generate.