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/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openwrt/Makefile') diff --git a/openwrt/Makefile b/openwrt/Makefile index fd2a4ad8e4..e966188187 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -45,6 +45,8 @@ include $(TOPDIR)/rules.mk all: world +.NOTPARALLEL: + ############################################################## # # Build the toolchain -- cgit v1.2.3