projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix unnecessary recompiling of packages
[openwrt.git]
/
package
/
rules.mk
diff --git
a/package/rules.mk
b/package/rules.mk
index
6058455
..
cd63983
100644
(file)
--- a/
package/rules.mk
+++ b/
package/rules.mk
@@
-68,7
+68,7
@@
configure:
}
compile-targets:
-compile:
+compile:
prepare
@[ -f $(PKG_BUILD_DIR)/.configured ] || { \
$(PKG_TRACE) Configuring...; \
$(MAKE) $(PKG_BUILD_DIR)/.configured $(MAKE_TRACE); \
This page took
0.026073 seconds
and
4
git commands to generate.