From: Ralph Hempel Date: Fri, 20 Feb 2009 10:30:21 +0000 (+0000) Subject: change DEBUG_DIR to DEBUG_SCOPE_DIR (to avoid conflict with rules.mk) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=6cafaf77f95c796ebb2c2f4a985cb5531633654f;hp=346ce7e000e8b8278e850edc49a1b2b69b23660d change DEBUG_DIR to DEBUG_SCOPE_DIR (to avoid conflict with rules.mk) SVN-Revision: 14575 --- diff --git a/include/debug.mk b/include/debug.mk index 68d70ba093..faead042dc 100644 --- a/include/debug.mk +++ b/include/debug.mk @@ -22,7 +22,7 @@ ifeq ($(DUMP),) endif 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 define warn