[git commit] buildsys: store savedefconfig to defconfig file

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Wed Jan 8 11:34:36 UTC 2014


commit: http://git.uclibc.org/uClibc/commit/?id=3580da1fe73e6b49a3810c766be0ecf06d2e038b
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

It now generated a file name defconfig in current directory

Signed-off-by: Vineet Gupta <vgupta at synopsys.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 91ef72f..5419704 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -496,7 +496,7 @@ defconfig: $(conf)   ; $(cmd_defconfig)
 %_defconfig: $(conf) ; $(cmd_defconfig)
 
 savedefconfig: $(conf)
-	$(Q)$< -S $(KCONFIG_CONFIG) $(Kconfig)
+	$(Q)$< -S defconfig $(Kconfig)
 listnewconfig: $(conf)
 	$(Q)$< -l $(Kconfig)
 olddefconfig: $(conf)


More information about the uClibc-cvs mailing list