projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add a new FORCEREBUILD option to Package/<name> to force a package to be rebuilt...
[openwrt.git]
/
include
/
package.mk
diff --git
a/include/package.mk
b/include/package.mk
index
bf2376d
..
618c3c5
100644
(file)
--- a/
include/package.mk
+++ b/
include/package.mk
@@
-121,6
+121,10
@@
define BuildPackage
compile-targets: $$(IPKG_$(1))
endif
+ ifeq ($(FORCEREBUILD),y)
+ $$(IPKG_$(1)): FORCE
+ endif
+
IDEPEND_$(1):=$$(strip $$(DEPENDS))
DUMPINFO += \
This page took
0.024548 seconds
and
4
git commands to generate.