projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
don't include .config if DUMP is set
[openwrt.git]
/
rules.mk
diff --git
a/rules.mk
b/rules.mk
index
1419f2f
..
6fbf88f
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"' --
This page took
0.027849 seconds
and
4
git commands to generate.