don't include .config if DUMP is set
SVN-Revision: 7738
This commit is contained in:
parent
13790041c1
commit
4b0c035a93
1 changed files with 3 additions and 1 deletions
4
rules.mk
4
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"' --
|
||||
|
|
Loading…
Reference in a new issue