projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5cdc01
)
add missing -prepare target
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 20 Apr 2007 19:04:23 +0000
(19:04 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 20 Apr 2007 19:04:23 +0000
(19:04 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7017
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/Makefile
patch
|
blob
|
history
diff --git
a/package/Makefile
b/package/Makefile
index
f5ff856
..
9a64188
100644
(file)
--- a/
package/Makefile
+++ b/
package/Makefile
@@
-26,9
+26,9
@@
ifeq ($(QUIET),1)
%-compile %-install: FORCE
$(MAKE) -C $* $(patsubst $*-%,%,$@) || { $(call MESSAGE, "*** $* $(patsubst $*-%,%,$@) failed"); false; }
-%-prereq %-download %-clean: FORCE
+%-pre
pare %-pre
req %-download %-clean: FORCE
else
-%-prereq %-download %-clean %-compile %-install: FORCE
+%-pre
pare %-pre
req %-download %-clean %-compile %-install: FORCE
endif
$(MAKE) -C $* $(patsubst $*-%,%,$@)
This page took
0.023385 seconds
and
4
git commands to generate.