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:
726e929
)
remove leftover CONFIG_JLEVEL
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 30 Jul 2007 22:23:17 +0000
(22:23 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 30 Jul 2007 22:23:17 +0000
(22:23 +0000)
SVN-Revision: 8249
toolchain/uClibc/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/uClibc/Makefile
b/toolchain/uClibc/Makefile
index d6ef6a3438f8130f8659b77ee12eb295e4e4b6ce..576fa6e0de9a7fc1865254b0dd7dbd067bf281b7 100644
(file)
--- a/
toolchain/uClibc/Makefile
+++ b/
toolchain/uClibc/Makefile
@@
-73,7
+73,7
@@
endef
define Build/Compile
$(SED) 's,^CROSS=.*,CROSS=$(TARGET_CROSS),g' $(PKG_BUILD_DIR)/Rules.mak
- PATH=$(TARGET_PATH) $(MAKE) -
j $(CONFIG_JLEVEL) -
C $(PKG_BUILD_DIR) \
+ PATH=$(TARGET_PATH) $(MAKE) -C $(PKG_BUILD_DIR) \
PREFIX= \
DEVEL_PREFIX=/ \
RUNTIME_PREFIX=/ \