summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-14 13:09:51 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-14 13:09:51 (GMT)
commit75fdf70a6c55006ccfc3a215139fc6ae64adef80 (patch)
tree500da259117746365b7f2a9de0612f58ffc16b77 /scripts
parent12b3a44a1c2578005349a14bd9fdc49563d9838c (diff)
Print a message when installing populate.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/crosstool.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/crosstool.sh b/scripts/crosstool.sh
index 3ec60cb..6b3b30b 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"