projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add some fixes for parallel build (does not work with -j4 yet, but it gets most packa...
[openwrt.git]
/
openwrt
/
package
/
linux
/
Makefile
diff --git
a/openwrt/package/linux/Makefile
b/openwrt/package/linux/Makefile
index
29a1bfa
..
3f73035
100644
(file)
--- a/
openwrt/package/linux/Makefile
+++ b/
openwrt/package/linux/Makefile
@@
-10,6
+10,7
@@
PKG_RELEASE := 1
TARGETS :=
INSTALL_TARGETS :=
TARGETS :=
INSTALL_TARGETS :=
+.NOTPARALLEL:
define KMOD_template
ifeq ($$(strip $(4)),)
define KMOD_template
ifeq ($$(strip $(4)),)
This page took
0.020293 seconds
and
4
git commands to generate.