add a second parameter to InstallDev/UninstallDev for specifying the path to STAGING_DIR_HOST
SVN-Revision: 9853
This commit is contained in:
parent
8c871a5f6b
commit
3c228ee88f
1 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ define Build/DefaultTargets
|
||||||
touch $$@
|
touch $$@
|
||||||
|
|
||||||
$(STAMP_INSTALLED): $(STAMP_BUILT)
|
$(STAMP_INSTALLED): $(STAMP_BUILT)
|
||||||
$(call Build/InstallDev,$(STAGING_DIR))
|
$(call Build/InstallDev,$(STAGING_DIR),$(STAGING_DIR_HOST))
|
||||||
touch $$@
|
touch $$@
|
||||||
|
|
||||||
ifdef Build/InstallDev
|
ifdef Build/InstallDev
|
||||||
|
@ -160,7 +160,7 @@ configure:
|
||||||
compile:
|
compile:
|
||||||
install:
|
install:
|
||||||
clean: FORCE
|
clean: FORCE
|
||||||
$(call Build/UninstallDev,$(STAGING_DIR))
|
$(call Build/UninstallDev,$(STAGING_DIR),$(STAGING_DIR_HOST))
|
||||||
$(Build/Clean)
|
$(Build/Clean)
|
||||||
@rm -f $(STAGING_DIR)/stamp/.$(PKG_NAME)-installed
|
@rm -f $(STAGING_DIR)/stamp/.$(PKG_NAME)-installed
|
||||||
@rm -rf $(PKG_BUILD_DIR)
|
@rm -rf $(PKG_BUILD_DIR)
|
||||||
|
|
Loading…
Reference in a new issue