projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24c0c2b
)
add missing -prepare target
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 20 Apr 2007 19:04:23 +0000
(19:04 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 20 Apr 2007 19:04:23 +0000
(19:04 +0000)
SVN-Revision: 7017
package/Makefile
patch
|
blob
|
history
diff --git
a/package/Makefile
b/package/Makefile
index f5ff8563f38b46da4e2a71fd5601b74040f12c54..9a641881a353f98c709fcbda55911775a0297e84 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 $*-%,%,$@)