diff mbox

savedefconfig need not overwrite .config

Message ID 52CBEFF8.6080808@synopsys.com
State Accepted
Commit 3580da1fe73e6b49a3810c766be0ecf06d2e038b
Headers show

Commit Message

Vineet Gupta Jan. 7, 2014, 12:15 p.m. UTC
Can you please also take a look at this one - seems prety striaghtforward.

Thx,
-Vineet


-------- Original Message --------
Subject: [PATCH] savedefconfig need not overwrite .config
Date: Thu, 19 Dec 2013 17:09:59 +0530
From: Vineet Gupta <Vineet.Gupta1@synopsys.com>
To: <uclibc@uclibc.org>
CC: Vineet Gupta <Vineet.Gupta1@synopsys.com>, Francois Bedard
<Francois.Bedard@synopsys.com>
Newsgroups: gmane.comp.lib.uclibc.general

It now generated a file name defconfig in current directory

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

Patch

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)