diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-08 09:08:38 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-08 09:08:38 +0000 |
commit | 0e7e3013a96b017ca52b08144c421cf208aeb6ae (patch) | |
tree | 463c013e23557a5b9082ada45a3d7b583857450e /package/linux/Makefile | |
parent | 5145fc3a3d01448888f1fce9b68ca19972131552 (diff) |
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 'package/linux/Makefile')
-rw-r--r-- | package/linux/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/linux/Makefile b/package/linux/Makefile index 29a1bfa30..3f730355b 100644 --- a/package/linux/Makefile +++ b/package/linux/Makefile @@ -10,6 +10,7 @@ PKG_RELEASE := 1 TARGETS := INSTALL_TARGETS := +.NOTPARALLEL: define KMOD_template ifeq ($$(strip $(4)),) |