Skip to content
Snippets Groups Projects
Commit 2e8859ec authored by nbd's avatar nbd
Browse files

don't include .config if DUMP is set

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7738 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 55470321
No related branches found
No related tags found
No related merge requests found
......@@ -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"' --
......
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