2
0
forked from Ivasoft/openwrt

remove support for DEBUG_DIR, it has lost its purpose since STAGING_DIR_ROOT was added

SVN-Revision: 19849
This commit is contained in:
Felix Fietkau
2010-02-24 23:43:05 +00:00
parent 001736d848
commit 15fecc9e6c
4 changed files with 1 additions and 36 deletions

View File

@@ -26,7 +26,6 @@ include $(INCLUDE_DIR)/quilt.mk
include $(INCLUDE_DIR)/package-defaults.mk
include $(INCLUDE_DIR)/package-dumpinfo.mk
include $(INCLUDE_DIR)/package-ipkg.mk
include $(INCLUDE_DIR)/package-debug.mk
include $(INCLUDE_DIR)/package-bin.mk
include $(INCLUDE_DIR)/autotools.mk
@@ -179,7 +178,7 @@ endif
$(Dumpinfo/Package), \
$(foreach target, \
$(if $(Package/$(1)/targets),$(Package/$(1)/targets), \
$(if $(PKG_TARGETS),$(PKG_TARGETS), ipkg $(if $(CONFIG_DEBUG_DIR),debug)) \
$(if $(PKG_TARGETS),$(PKG_TARGETS), ipkg) \
), $(BuildTarget/$(target)) \
) \
)