[Buildroot] [PATCH 1/1] Main Makefile Have "make savedefconfig" show where the file is being written to.

Christopher McCrory chrismcc at gmail.com
Tue Feb 27 11:28:18 UTC 2018


Signed-off-by: Christopher McCrory <chrismcc at gmail.com>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index ec39bcdb9c..4ac2435a9c 100644
--- a/Makefile
+++ b/Makefile
@@ -927,6 +927,7 @@ savedefconfig: $(BUILD_DIR)/buildroot-config/conf prepare-kconfig
 		--savedefconfig=$(if $(DEFCONFIG),$(DEFCONFIG),$(CONFIG_DIR)/defconfig) \
 		$(CONFIG_CONFIG_IN)
 	@$(SED) '/BR2_DEFCONFIG=/d' $(if $(DEFCONFIG),$(DEFCONFIG),$(CONFIG_DIR)/defconfig)
+	@echo "Saved to $(DEFCONFIG)"
 
 .PHONY: defconfig savedefconfig
 
-- 
2.14.3



More information about the buildroot mailing list