scripts/build/libfloat.sh
changeset 161 be4484f10ac7
parent 140 868aa6d66b01
child 164 e78c0b2bc057
     1.1 --- a/scripts/build/libfloat.sh	Sun May 27 21:30:34 2007 +0000
     1.2 +++ b/scripts/build/libfloat.sh	Sat Jun 16 18:08:14 2007 +0000
     1.3 @@ -5,6 +5,10 @@
     1.4  # Define libfloat functions depending on wether it is selected or not
     1.5  if [ "${CT_ARCH_FLOAT_SW_LIBFLOAT}" = "y" ]; then
     1.6  
     1.7 +do_print_filename() {
     1.8 +    echo "${CT_LIBFLOAT_FILE}"
     1.9 +}
    1.10 +
    1.11  # Download libfloat
    1.12  do_libfloat_get() {
    1.13      # Ah! libfloat separates the version string from the base name with
    1.14 @@ -14,7 +18,7 @@
    1.15                 ftp://ftp.de.debian.org/debian/pool/main/libf/libfloat
    1.16      CT_Pushd "${CT_TARBALLS_DIR}"
    1.17      ext=`CT_GetFileExtension "${libfloat_file}"`
    1.18 -    ln -svf "${libfloat_file}${ext}" "${CT_LIBFLOAT_FILE}${ext}" |CT_DoLog DEBUG
    1.19 +    ln -vf "${libfloat_file}${ext}" "${CT_LIBFLOAT_FILE}${ext}" |CT_DoLog DEBUG
    1.20      CT_Popd
    1.21  }
    1.22  
    1.23 @@ -52,6 +56,9 @@
    1.24  
    1.25  else # "${CT_ARCH_FLOAT_SW_LIBFLOAT}" != "y"
    1.26  
    1.27 +do_print_filename() {
    1.28 +    true
    1.29 +}
    1.30  do_libfloat_get() {
    1.31      true
    1.32  }