From: Yann E. MORIN Date: Thu, 26 Dec 2013 23:04:29 +0000 (+0100) Subject: Makefile: ignore .config for defconfig X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=063f4ee32af9fb725f82f10e9676595f5c7b5282;p=buildroot.git Makefile: ignore .config for defconfig Currently, we do not include .config for all '%_defconfig' targets, but we forgot to also exclude plain 'defconfig'. Reported-by: Fabio Porcedda Signed-off-by: "Yann E. MORIN" Cc: Thomas Petazzoni Signed-off-by: Thomas Petazzoni --- diff --git a/Makefile b/Makefile index 925c1d2fda..3190541a11 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ DATE:=$(shell date +%Y%m%d) export BR2_VERSION_FULL:=$(BR2_VERSION)$(shell $(TOPDIR)/support/scripts/setlocalversion) noconfig_targets:=menuconfig nconfig gconfig xconfig config oldconfig randconfig \ - %_defconfig allyesconfig allnoconfig silentoldconfig release \ + defconfig %_defconfig allyesconfig allnoconfig silentoldconfig release \ randpackageconfig allyespackageconfig allnopackageconfig \ source-check print-version olddefconfig