Fwd: [PATCH] savedefconfig need not overwrite .config
Vineet Gupta
Vineet.Gupta1 at synopsys.com
Tue Jan 7 12:15:52 UTC 2014
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 at synopsys.com>
To: <uclibc at uclibc.org>
CC: Vineet Gupta <Vineet.Gupta1 at synopsys.com>, Francois Bedard
<Francois.Bedard at synopsys.com>
Newsgroups: gmane.comp.lib.uclibc.general
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