Skip to content
Snippets Groups Projects
Commit 4b0c035a authored by Felix Fietkau's avatar Felix Fietkau
Browse files

don't include .config if DUMP is set

SVN-Revision: 7738
parent 13790041
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,9 @@ ...@@ -5,7 +5,9 @@
# See /LICENSE for more information. # See /LICENSE for more information.
# #
-include $(TOPDIR)/.config ifeq ($(DUMP),)
-include $(TOPDIR)/.config
endif
include $(TOPDIR)/include/verbose.mk include $(TOPDIR)/include/verbose.mk
export SHELL=/usr/bin/env bash -c '. $(TOPDIR)/include/shell.sh; eval "$$2"' -- export SHELL=/usr/bin/env bash -c '. $(TOPDIR)/include/shell.sh; eval "$$2"' --
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment