From a1d03e8c790552715ee0d590907f84406b9ae1f5 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 8 Sep 2007 10:32:53 +0000 Subject: 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 --git a/kconfig/kconfig.mk b/kconfig/kconfig.mk index 9522264..cf6868d 100644 --- a/kconfig/kconfig.mk +++ b/kconfig/kconfig.mk @@ -54,7 +54,7 @@ $(CT_TOP_DIR)/config.gen/tools.in:: $(TOOLS_CONFIG_FILES) 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) -- cgit v0.10.2-6-g49f6