# HG changeset patch # User "Yann E. MORIN" # Date 1189247573 0 # Node ID 26fe0433ce294039aacbb4e2151c748ded92a924 # Parent 9258a7c3b84f780770e65cffc884bda72ad0e2fb In a directory previously used as CT_TOP_DIR, when using a new version, ct-ng will fail to create the symlink to the new config files. Fix that by forcing creation of the symlink, even if it already exists and points to a previous location. diff -r 9258a7c3b84f -r 26fe0433ce29 kconfig/kconfig.mk --- a/kconfig/kconfig.mk Fri Sep 07 21:31:01 2007 +0000 +++ b/kconfig/kconfig.mk Sat Sep 08 10:32:53 2007 +0000 @@ -54,7 +54,7 @@ config menuconfig oldconfig defoldconfig extractconfig:: $(KCONFIG_TOP) $(KCONFIG_TOP): - @ln -s $(CT_LIB_DIR)/config config + @ln -sf $(CT_LIB_DIR)/config config menuconfig:: $(obj)/mconf $(CONFIG_FILES) @$< $(KCONFIG_TOP)