mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
change DEBUG_DIR to DEBUG_SCOPE_DIR (to avoid conflict with rules.mk)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14575 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user