aboutsummaryrefslogtreecommitdiffstats
path: root/include/subdir.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-05-28 16:27:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-05-28 16:27:21 +0000
commit5dccffc7a46e8865e50d85fd6c2b9c3c08d37f3a (patch)
treef3e443310b95e5489eb57905769bc5c716d13d4c /include/subdir.mk
parentb1321414133da62af265f48c824196b73b4fdea9 (diff)
downloadmaster-187ad058-5dccffc7a46e8865e50d85fd6c2b9c3c08d37f3a.tar.gz
master-187ad058-5dccffc7a46e8865e50d85fd6c2b9c3c08d37f3a.tar.bz2
master-187ad058-5dccffc7a46e8865e50d85fd6c2b9c3c08d37f3a.zip
remove legacy package/foo-compile wrapper targets, people should be used to the correct target names by now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27023 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/subdir.mk')
-rw-r--r--include/subdir.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/subdir.mk b/include/subdir.mk
index a097db2b1d..cbdd68b6b9 100644
--- a/include/subdir.mk
+++ b/include/subdir.mk
@@ -43,8 +43,6 @@ define subdir
$(if $(call debug,$(1)/$(bd),v),,@)+$(if $(BUILD_LOG),set -o pipefail;) $$(SUBMAKE) -C $(1)/$(bd) $(target) BUILD_VARIANT="$(filter-out __default,$(variant))" $(if $(BUILD_LOG),SILENT= 2>&1 | tee $(BUILD_LOG_DIR)/$(1)/$(bd)/$(target).txt) $(if $(findstring $(bd),$($(1)/builddirs-ignore-$(target))), || $(call MESSAGE, ERROR: $(1)/$(bd) failed to build$(if $(filter-out __default,$(variant)), (build variant: $(variant))).))
)
$(if $(PREREQ_ONLY)$(DUMP_TARGET_DB),,
- # legacy targets
- $(call warn_eval,$(1)/$(bd),l,T,$(1)/$(bd)-$(target): $(1)/$(bd)/$(target))
# aliases
$(if $(call diralias,$(bd)),$(call warn_eval,$(1)/$(bd),l,T,$(1)/$(call diralias,$(bd))/$(target): $(1)/$(bd)/$(target)))
)