projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94b82d5
)
change DEBUG_DIR to DEBUG_SCOPE_DIR (to avoid conflict with rules.mk)
author
Ralph Hempel
<ralph.hempel@lantiq.com>
Fri, 20 Feb 2009 10:30:21 +0000
(10:30 +0000)
committer
Ralph Hempel
<ralph.hempel@lantiq.com>
Fri, 20 Feb 2009 10:30:21 +0000
(10:30 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14575
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/debug.mk
patch
|
blob
|
history
diff --git
a/include/debug.mk
b/include/debug.mk
index
68d70ba
..
faead04
100644
(file)
--- 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