From: Felix Fietkau Date: Thu, 7 Sep 2006 12:48:22 +0000 (+0000) Subject: add extra rebuild check for development libraries X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=8eca9d20eafd3d9f0ae7f76184e7aafb43b555d3;p=15.05%2Fopenwrt.git add extra rebuild check for development libraries git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4770 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/package.mk b/include/package.mk index 515698d691..42ffcfbb3c 100644 --- a/include/package.mk +++ b/include/package.mk @@ -39,6 +39,10 @@ define Build/DefaultTargets touch $$@ 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 mkdir -p $(STAGING_DIR)/stampfiles $(call Build/InstallDev)