add extra rebuild check for development libraries
SVN-Revision: 4770
This commit is contained in:
parent
2b318cea5f
commit
4ea7de5030
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@ define Build/DefaultTargets
|
||||||
touch $$@
|
touch $$@
|
||||||
|
|
||||||
ifdef Build/InstallDev
|
ifdef Build/InstallDev
|
||||||
|
ifneq ($$(shell $(SCRIPT_DIR)/timestamp.pl -p -x ipkg -x ipkg-install $(STAGING_DIR)/stampfiles/.$(PKG_NAME)-installed $(PKG_BUILD_DIR)),$(STAGING_DIR)/stampfiles/.$(PKG_NAME)-installed)
|
||||||
|
$(PKG_BUILD_DIR)/.built: package-rebuild
|
||||||
|
endif
|
||||||
|
|
||||||
$(STAGING_DIR)/stampfiles/.$(PKG_NAME)-installed: $(PKG_BUILD_DIR)/.built
|
$(STAGING_DIR)/stampfiles/.$(PKG_NAME)-installed: $(PKG_BUILD_DIR)/.built
|
||||||
mkdir -p $(STAGING_DIR)/stampfiles
|
mkdir -p $(STAGING_DIR)/stampfiles
|
||||||
$(call Build/InstallDev)
|
$(call Build/InstallDev)
|
||||||
|
|
Loading…
Reference in a new issue