don't include .config if DUMP is set

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7738 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau 2007-06-26 20:24:55 +00:00
parent dabbac5967
commit 9cbf7f3fdf

View File

@ -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"' --