projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Convert quagga to new packaging style
[openwrt.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
fd2a4ad
..
cd94233
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-45,6
+45,8
@@
include $(TOPDIR)/rules.mk
all: world
all: world
+.NOTPARALLEL:
+
##############################################################
#
# Build the toolchain
##############################################################
#
# Build the toolchain
@@
-59,8
+61,11
@@
toolchain_install:
#
##############################################################
#
##############################################################
-package_install: toolchain
- $(MAKE) -C package compile install
+package_compile: target_compile
+ $(MAKE) -C package compile
+
+package_install: package_compile toolchain
+ $(MAKE) -C package install
#############################################################
#
#############################################################
#
@@
-89,6
+94,9
@@
package_index:
target_prepare:
$(MAKE) -C target prepare
target_prepare:
$(MAKE) -C target prepare
+target_compile:
+ $(MAKE) -C target compile
+
target_install:
$(MAKE) -C target install
target_install:
$(MAKE) -C target install
This page took
0.022644 seconds
and
4
git commands to generate.