X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=rules.mk;h=6fbf88f801f21113335ed2e733670d966479d447;hb=fa2a6d6883931ef2ea2e6785b5547f0655c72ec7;hp=1419f2f6a0ac0eee24544385c9f873e9ddfac4c0;hpb=2f8d658a22c57a9f33539ad1de7c763be18f0f57;p=openwrt.git diff --git a/rules.mk b/rules.mk index 1419f2f6a0..6fbf88f801 100644 --- a/rules.mk +++ b/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"' --