X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=include%2Ftoplevel.mk;h=906a9a1255723a11f1baaa653b9d35b55a33b907;hb=ebae5f1bae403c4ce03d66ae9a13a358a2be55f6;hp=e13d66781aaa655f700f434b187fe2a56584aabd;hpb=285af890849a23b26bac97f5e27a552e784074f5;p=openwrt.git diff --git a/include/toplevel.mk b/include/toplevel.mk index e13d66781a..906a9a1255 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -44,8 +44,8 @@ prepare-tmpinfo: FORCE ./scripts/metadata.pl package_mk tmp/.packageinfo > tmp/.packagedeps || { rm -f tmp/.packagedeps; false; } touch $(TOPDIR)/tmp/.build -.config: ./scripts/config/conf prepare-tmpinfo - @+if [ -f .config ] || ! grep CONFIG_HAVE_DOT_CONFIG .config >/dev/null; then \ +.config: ./scripts/config/conf prepare-tmpinfo $(if $(CONFIG_HAVE_DOT_CONFIG),,FORCE) + @+if [ \! -f .config ] || ! grep CONFIG_HAVE_DOT_CONFIG .config >/dev/null; then \ [ -e $(HOME)/.openwrt/defconfig ] && cp $(HOME)/.openwrt/defconfig .config; \ $(NO_TRACE_MAKE) menuconfig $(PREP_MK); \ fi