From e8d897309949d4c2cc7a77ba0e6ca84f071fa6e9 Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 8 Apr 2005 09:08:38 +0000 Subject: add some fixes for parallel build (does not work with -j4 yet, but it gets most packages compiled now) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@577 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/linux/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'openwrt/package/linux') diff --git a/openwrt/package/linux/Makefile b/openwrt/package/linux/Makefile index 29a1bfa309..3f730355b9 100644 --- a/openwrt/package/linux/Makefile +++ b/openwrt/package/linux/Makefile @@ -10,6 +10,7 @@ PKG_RELEASE := 1 TARGETS := INSTALL_TARGETS := +.NOTPARALLEL: define KMOD_template ifeq ($$(strip $(4)),) -- cgit v1.2.3