summaryrefslogtreecommitdiff
path: root/openwrt/package/rules.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-06-01 00:31:20 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-06-01 00:31:20 +0000
commit86aca71a36a3be3db65ba213bfb5afd5a52664bd (patch)
tree8b92c2631a3f138b99b3e17046cd758c91341f6f /openwrt/package/rules.mk
parent8f353e3b6b538ad6807c134d28ec6081937923e3 (diff)
downloadmtk-20170518-86aca71a36a3be3db65ba213bfb5afd5a52664bd.zip
mtk-20170518-86aca71a36a3be3db65ba213bfb5afd5a52664bd.tar.gz
mtk-20170518-86aca71a36a3be3db65ba213bfb5afd5a52664bd.tar.bz2
remove some debugging code, include package/rules.mk in package dependency check
SVN-Revision: 3884
Diffstat (limited to 'openwrt/package/rules.mk')
-rw-r--r--openwrt/package/rules.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/rules.mk b/openwrt/package/rules.mk
index 61c2ae3..4a8d947 100644
--- a/openwrt/package/rules.mk
+++ b/openwrt/package/rules.mk
@@ -6,11 +6,11 @@ endif
define Build/DefaultTargets
ifeq ($(DUMP),)
- ifeq ($$(shell $(SCRIPT_DIR)/timestamp.pl -p $(PKG_BUILD_DIR) . | tee /tmp/xy1),.)
+ ifneq ($$(shell $(SCRIPT_DIR)/timestamp.pl -p $(PKG_BUILD_DIR) . $(TOPDIR)/package/rules.mk),$(PKG_BUILD_DIR))
$(PKG_BUILD_DIR)/.prepared: package-clean
endif
- ifneq ($$(shell $(SCRIPT_DIR)/timestamp.pl -p -x ipkg $(IPKG_$(1)) $(PKG_BUILD_DIR) | tee /tmp/xy2),$(IPKG_$(1)))
+ ifneq ($$(shell $(SCRIPT_DIR)/timestamp.pl -p -x ipkg $(IPKG_$(1)) $(PKG_BUILD_DIR)),$(IPKG_$(1)))
$(PKG_BUILD_DIR)/.built: package-rebuild
endif
endif