[PATCH] savedefconfig need not overwrite .config

Vineet Gupta Vineet.Gupta1 at synopsys.com
Thu Dec 19 11:39:59 UTC 2013


It now generated a file name defconfig in current directory

Signed-off-by: Vineet Gupta <vgupta at synopsys.com>
---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 500b8f37d998..c52db50a93c8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -489,7 +489,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)
-- 
1.8.1.2



More information about the uClibc mailing list