diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-30 22:23:17 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-30 22:23:17 +0000 |
commit | d7229c78ff00b65ebc37253be898adf83fbcd452 (patch) | |
tree | 073371e0ccb27d9c1e103c6d1de907c5ac3561d6 | |
parent | 726e929a95a9fac55469d12a77e58f81950d985a (diff) | |
download | upstream-d7229c78ff00b65ebc37253be898adf83fbcd452.tar.gz upstream-d7229c78ff00b65ebc37253be898adf83fbcd452.tar.bz2 upstream-d7229c78ff00b65ebc37253be898adf83fbcd452.zip |
remove leftover CONFIG_JLEVEL
SVN-Revision: 8249
-rw-r--r-- | toolchain/uClibc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uClibc/Makefile b/toolchain/uClibc/Makefile index d6ef6a3438..576fa6e0de 100644 --- 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=/ \ |