From: Felix Fietkau Date: Sun, 23 Dec 2007 00:41:40 +0000 (+0000) Subject: add a second parameter to InstallDev/UninstallDev for specifying the path to STAGING_... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=afab8e7ac0fc0c7f85dac67741321d8ce957e124 add a second parameter to InstallDev/UninstallDev for specifying the path to STAGING_DIR_HOST SVN-Revision: 9853 --- diff --git a/include/package.mk b/include/package.mk index 90750fe26b..9ab3a2cd5c 100644 --- a/include/package.mk +++ b/include/package.mk @@ -70,7 +70,7 @@ define Build/DefaultTargets touch $$@ $(STAMP_INSTALLED): $(STAMP_BUILT) - $(call Build/InstallDev,$(STAGING_DIR)) + $(call Build/InstallDev,$(STAGING_DIR),$(STAGING_DIR_HOST)) touch $$@ ifdef Build/InstallDev @@ -160,7 +160,7 @@ configure: compile: install: clean: FORCE - $(call Build/UninstallDev,$(STAGING_DIR)) + $(call Build/UninstallDev,$(STAGING_DIR),$(STAGING_DIR_HOST)) $(Build/Clean) @rm -f $(STAGING_DIR)/stamp/.$(PKG_NAME)-installed @rm -rf $(PKG_BUILD_DIR)