From b7d92815a6aaefcf2aa6240346445530473e9c1e Mon Sep 17 00:00:00 2001 From: Felix Fietkau 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) SVN-Revision: 577 --- openwrt/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openwrt/Makefile') diff --git a/openwrt/Makefile b/openwrt/Makefile index fd2a4ad..e966188 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -45,6 +45,8 @@ include $(TOPDIR)/rules.mk all: world +.NOTPARALLEL: + ############################################################## # # Build the toolchain -- cgit v1.1