Force 1 job at a time (#1867)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7589 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e72d00035c
commit
7e6b70a830
@ -63,7 +63,7 @@ define Build/Configure
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) -j$(CONFIG_JLEVEL) \
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) -j1 \
|
||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||
LIBLTDL="" \
|
||||
all install
|
||||
|
Loading…
x
Reference in New Issue
Block a user