Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] Main Makefile Have "make savedefconfig" show where the file is being written to.
@ 2018-02-27 11:28 Christopher McCrory
  2018-02-27 21:02 ` Thomas Petazzoni
  2018-03-01 19:50 ` Arnout Vandecappelle
  0 siblings, 2 replies; 6+ messages in thread
From: Christopher McCrory @ 2018-02-27 11:28 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Christopher McCrory <chrismcc@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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-03-02  8:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-27 11:28 [Buildroot] [PATCH 1/1] Main Makefile Have "make savedefconfig" show where the file is being written to Christopher McCrory
2018-02-27 21:02 ` Thomas Petazzoni
2018-03-01 19:50 ` Arnout Vandecappelle
2018-03-01 21:21   ` Peter Korsgaard
2018-03-02  8:05     ` Arnout Vandecappelle
2018-03-02  8:17       ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox