scripts/tarball.sh.broken
changeset 301 2be7232a73ac
parent 182 223c84ec2d90
child 335 f0d84f1d4c93
     1.1 --- a/scripts/tarball.sh.broken	Sun Jul 01 19:04:20 2007 +0000
     1.2 +++ b/scripts/tarball.sh.broken	Sat Jul 28 21:34:41 2007 +0000
     1.3 @@ -52,7 +52,7 @@
     1.4  mkdir -p "${CT_BUILD_DIR}"
     1.5  CT_MktempDir tempdir
     1.6  
     1.7 -# Save crosstool-ng, as it is configured for the current toolchain.
     1.8 +# Save crosstool-NG, as it is configured for the current toolchain.
     1.9  topdir=`basename "${CT_TOP_DIR}"`
    1.10  CT_Pushd "${CT_TOP_DIR}/.."
    1.11  
    1.12 @@ -77,7 +77,7 @@
    1.13  # Render the install directory writable
    1.14  chmod u+w "${CT_PREFIX_DIR}"
    1.15  
    1.16 -CT_DoLog INFO "Saving crosstool-ng into the toolchain directory"
    1.17 +CT_DoLog INFO "Saving crosstool-NG into the toolchain directory"
    1.18  tar cvjf "${CT_PREFIX_DIR}/${topdir}.${CT_TARGET}.tar.bzip2"    \
    1.19      --no-wildcards-match-slash                                  \
    1.20      -X "${exclude_list}"                                        \