projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1379004
)
don't include .config if DUMP is set
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 26 Jun 2007 20:24:55 +0000
(20:24 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 26 Jun 2007 20:24:55 +0000
(20:24 +0000)
SVN-Revision: 7738
rules.mk
patch
|
blob
|
history
diff --git
a/rules.mk
b/rules.mk
index 1419f2f6a0ac0eee24544385c9f873e9ddfac4c0..6fbf88f801f21113335ed2e733670d966479d447 100644
(file)
--- a/
rules.mk
+++ b/
rules.mk
@@
-5,7
+5,9
@@
# See /LICENSE for more information.
#
--include $(TOPDIR)/.config
+ifeq ($(DUMP),)
+ -include $(TOPDIR)/.config
+endif
include $(TOPDIR)/include/verbose.mk
export SHELL=/usr/bin/env bash -c '. $(TOPDIR)/include/shell.sh; eval "$$2"' --