mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-23 02:14:12 +00:00
don't include .config if DUMP is set
SVN-Revision: 7738
This commit is contained in:
parent
13790041c1
commit
4b0c035a93
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…
x
Reference in New Issue
Block a user