From aa6ae43fd73be9e1d6fa02326b2ad4ebb52b96a9 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 19 May 2007 22:52:47 +0000 Subject: Add uClibc-0.9.29: - associated patch set - update the munging function to accomodate the new config variables libfloat version was missing from the previous commit... :-( Better handle the case where the sample directory already exist but isn't under revision control, and in case the destination file doesn't exist in the sample directory. --- scripts/build/libfloat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/libfloat.sh') diff --git a/scripts/build/libfloat.sh b/scripts/build/libfloat.sh index e80e3932..b5574042 100644 --- a/scripts/build/libfloat.sh +++ b/scripts/build/libfloat.sh @@ -14,7 +14,7 @@ do_libfloat_get() { ftp://ftp.de.debian.org/debian/pool/main/libf/libfloat CT_Pushd "${CT_TARBALLS_DIR}" ext=`CT_GetFileExtension "${libfloat_file}"` - ln -s "${libfloat_file}${ext}" "${CT_LIBFLOAT_FILE}${ext}" + ln -svf "${libfloat_file}${ext}" "${CT_LIBFLOAT_FILE}${ext}" |CT_DoLog DEBUG CT_Popd } -- cgit v1.2.3