# HG changeset patch # User "Yann E. MORIN" # Date 1224237079 0 # Node ID 86f3e28fa3cce82084ee5bae7879469bb50e8049 # Parent a00f5d82102440a4260c755914f760c3ba14752c Fix oldconfig and defoldconfig. Thanks Thomas Petazzoni for noticing the breakage. /trunk/kconfig/kconfig.mk | 4 2 2 0 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -r a00f5d821024 -r 86f3e28fa3cc kconfig/kconfig.mk --- a/kconfig/kconfig.mk Wed Oct 15 21:31:35 2008 +0000 +++ b/kconfig/kconfig.mk Fri Oct 17 09:51:19 2008 +0000 @@ -187,10 +187,10 @@ menuconfig: $(obj)/mconf $(CONFIG_FILES) $(SILENT)$< $(KCONFIG_TOP) -oldconfig: .config $(obj)/conf $(CONFIG_FILES) +oldconfig: $(obj)/conf .config $(CONFIG_FILES) $(SILENT)$< -s $(KCONFIG_TOP) -defoldconfig: .config $(obj)/conf $(CONFIG_FILES) +defoldconfig: $(obj)/conf .config $(CONFIG_FILES) $(SILENT)yes "" |$< -s $(KCONFIG_TOP) #-----------------------------------------------------------