add a new FORCEREBUILD option to Package/<name> to force a package to be rebuilt each time make is run

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4123 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Mike Baker
2006-07-10 21:17:45 +00:00
parent d5e6cffef8
commit 7aa6d19eb0
2 changed files with 8 additions and 0 deletions

View File

@@ -121,6 +121,10 @@ define BuildPackage
compile-targets: $$(IPKG_$(1))
endif
ifeq ($(FORCEREBUILD),y)
$$(IPKG_$(1)): FORCE
endif
IDEPEND_$(1):=$$(strip $$(DEPENDS))
DUMPINFO += \