From: Felix Fietkau Date: Sun, 23 Dec 2007 00:43:28 +0000 (+0000) Subject: backport InstallDev/UninstallDev API change to 7.09 X-Git-Tag: kamikaze_7.09~4 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=691749d8749e08bcd2e2e31aad869877548a76ea;p=openwrt%2Fsvn-archive%2Fopenwrt.git backport InstallDev/UninstallDev API change to 7.09 SVN-Revision: 9857 --- diff --git a/include/package.mk b/include/package.mk index 2e258a3101..8842ac739b 100644 --- a/include/package.mk +++ b/include/package.mk @@ -68,7 +68,7 @@ define Build/DefaultTargets compile: $(STAGING_DIR)/stampfiles/.$(PKG_NAME)-installed $(STAGING_DIR)/stampfiles/.$(PKG_NAME)-installed: $(STAMP_BUILT) mkdir -p $(STAGING_DIR)/stampfiles - $(call Build/InstallDev,$(STAGING_DIR)) + $(call Build/InstallDev,$(STAGING_DIR),$(STAGING_DIR)) touch $$@ endif @@ -136,7 +136,7 @@ configure: $(STAMP_CONFIGURED) compile: install: clean: FORCE - $(Build/UninstallDev) + $(call Build/UninstallDev,$(STAGING_DIR),$(STAGING_DIR)) $(Build/Clean) @rm -f $(STAGING_DIR)/stampfiles/.$(PKG_NAME)-installed @rm -rf $(PKG_BUILD_DIR)