From d72f065e71931c7f95f08e394d320b235b523ee4 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Thu, 1 Nov 2018 23:19:12 -0700 Subject: Check if .config is a regular file before clobbering it Fixes #1014. Signed-off-by: Alexey Neyman --- samples/samples.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples') diff --git a/samples/samples.mk b/samples/samples.mk index 7b356dd2..13f8779c 100644 --- a/samples/samples.mk +++ b/samples/samples.mk @@ -130,7 +130,7 @@ endef # How we do recall one sample PHONY += $(CT_SAMPLES) -$(CT_SAMPLES): +$(CT_SAMPLES): check-config @$(CT_ECHO) " CONF $@" $(SILENT)$(CONF) --defconfig=$(call sample_dir,$@)/crosstool.config $(KCONFIG_TOP) @echo -- cgit v1.2.3