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 <[email protected]> To: <[email protected]> CC: Vineet Gupta <[email protected]>, Francois Bedard <[email protected]> Newsgroups: gmane.comp.lib.uclibc.general It now generated a file name defconfig in current directory Signed-off-by: Vineet Gupta <[email protected]> --- 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 _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
