diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-08 09:08:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-08 09:08:38 +0000 |
commit | e295e9cf7cfbd7f30c932549588867c137c9d103 (patch) | |
tree | 463c013e23557a5b9082ada45a3d7b583857450e /Makefile | |
parent | 767792e7a621d580a23e8ba0df1bf2c1f664f744 (diff) | |
download | master-187ad058-e295e9cf7cfbd7f30c932549588867c137c9d103.tar.gz master-187ad058-e295e9cf7cfbd7f30c932549588867c137c9d103.tar.bz2 master-187ad058-e295e9cf7cfbd7f30c932549588867c137c9d103.zip |
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/openwrt@577 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,8 @@ include $(TOPDIR)/rules.mk all: world +.NOTPARALLEL: + ############################################################## # # Build the toolchain |