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

SVN-Revision: 4123
This commit is contained in:
Mike Baker
2006-07-10 21:17:45 +00:00
parent 1e53a6bb69
commit e81ba9aa44
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 += \