diff options
| author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-14 13:09:51 +0000 |
|---|---|---|
| committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-14 13:09:51 +0000 |
| commit | 75fdf70a6c55006ccfc3a215139fc6ae64adef80 (patch) | |
| tree | 500da259117746365b7f2a9de0612f58ffc16b77 /scripts | |
| parent | 12b3a44a1c2578005349a14bd9fdc49563d9838c (diff) | |
| download | crosstool-ng-75fdf70a6c55006ccfc3a215139fc6ae64adef80.tar.gz crosstool-ng-75fdf70a6c55006ccfc3a215139fc6ae64adef80.tar.bz2 crosstool-ng-75fdf70a6c55006ccfc3a215139fc6ae64adef80.zip | |
Print a message when installing populate.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/crosstool.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/crosstool.sh b/scripts/crosstool.sh index 3ec60cbc..6b3b30bb 100755 --- a/scripts/crosstool.sh +++ b/scripts/crosstool.sh @@ -425,6 +425,7 @@ if [ "${CT_ONLY_DOWNLOAD}" != "y" -a "${CT_ONLY_EXTRACT}" != "y" ]; then done # Install the /populator/ + CT_DoLog EXTRA "Installing the populate helper" sed -r -e 's,@@CT_READELF@@,'"${CT_PREFIX_DIR}/bin/${CT_TARGET}-readelf"',g;' \ -e 's,@@CT_SYSROOT_DIR@@,'"${CT_SYSROOT_DIR}"',g;' \ "${CT_LIB_DIR}/tools/populate.in" >"${CT_PREFIX_DIR}/bin/${CT_TARGET}-populate" |
