On 11/12/2013 08:02 PM, Bernhard Reutner-Fischer wrote: > We have savedefconfig now, fwiw. > thanks,
Yes I had not rebased my code. After a distclean it does seem to work - so v2 will have the minimal defconfigs. However savedefconfig over-writes the current .config as opposed to creating a different file. Do we need something like below 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) Thx, -Vineet _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
