diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-04-15 18:28:24 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-04-15 18:28:24 +0000 |
commit | 449a4f40792a7453f65799329e828f0f55e14ab3 (patch) | |
tree | c4fa6b092976f796e0d5e632351f33f70e40e7a1 /include/package-ipkg.mk | |
parent | 4e7c9df1ae14a2af3678d7d7eff177c62a42e716 (diff) | |
download | upstream-449a4f40792a7453f65799329e828f0f55e14ab3.tar.gz upstream-449a4f40792a7453f65799329e828f0f55e14ab3.tar.bz2 upstream-449a4f40792a7453f65799329e828f0f55e14ab3.zip |
clean up dependency handling for autorebuilds
SVN-Revision: 6956
Diffstat (limited to 'include/package-ipkg.mk')
-rw-r--r-- | include/package-ipkg.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index 86c802289c..ac6912844b 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -23,14 +23,6 @@ ifeq ($(DUMP),) ifeq ($(CONFIG_PACKAGE_$(1)),y) install: $$(INFO_$(1)) endif - - ifneq ($(MAKECMDGOALS),prereq) - ifneq ($$(shell $(SCRIPT_DIR)/timestamp.pl -p -x ipkg -x ipkg-install '$$(IPKG_$(1))' '$(PKG_BUILD_DIR)'),$$(IPKG_$(1))) - $(PKG_BUILD_DIR)/.built: package-rebuild - $$(info Rebuilding $(subst $(TOPDIR)/,,$$(IPKG_$(1)))) - endif - endif - else compile: $(1)-disabled $(1)-disabled: |