1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-16 20:23:53 +02:00

change DEBUG_DIR to DEBUG_SCOPE_DIR (to avoid conflict with rules.mk)

SVN-Revision: 14575
This commit is contained in:
Ralph Hempel 2009-02-20 10:30:21 +00:00
parent 8599641c8f
commit 6e590d85f3

View File

@ -22,7 +22,7 @@ ifeq ($(DUMP),)
endif endif
define debug define debug
$$(findstring $(2),$$(if $$(DEBUG_DIR),$$(if $$(filter $$(DEBUG_DIR)%,$(1)),$(build_debug)),$(build_debug))) $$(findstring $(2),$$(if $$(DEBUG_SCOPE_DIR),$$(if $$(filter $$(DEBUG_SCOPE_DIR)%,$(1)),$(build_debug)),$(build_debug)))
endef endef
define warn define warn