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:
florian 2007-06-12 14:16:16 +00:00
parent e72d00035c
commit 7e6b70a830

View File

@ -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