From 15f7f8f402eab5b7cd03094c358435c4c880b5b6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 22 Nov 2009 11:36:13 +0100 Subject: more bulk build fixes - update rtorrent, libtorrent and libsigc++ - add skeleton for cfinstaller - fix uclibc samba compile - fix parallel builds - update tcl - update iw - remove mac80211 package, use kernel integrated drivers - mark packages which can not be compiled parallel (make -j2) --- mk/pkg-bottom.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mk') diff --git a/mk/pkg-bottom.mk b/mk/pkg-bottom.mk index fba5ee1a2..e5870f331 100644 --- a/mk/pkg-bottom.mk +++ b/mk/pkg-bottom.mk @@ -71,7 +71,7 @@ endif touch $@ # do a parallel build if requested && package doesn't force disable it -ifeq (${PKG_BUILD_PARALLEL},y) +ifeq (${ADK_MAKE_PARALLEL},y) ifeq ($(strip ${PKG_NOPARALLEL}),) MAKE_FLAGS+= -j${ADK_MAKE_JOBS} endif -- cgit v1.2.3