diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-18 15:59:22 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-18 15:59:22 +0000 |
commit | db2d59f09132f7759e8e4a3857f6402264c80755 (patch) | |
tree | 42194a2789553452211b1c8bfa947eaa0296536b /scripts/build/debug/dmalloc.sh | |
parent | 5e43e3ea8637a08b04dcd177798daf398aedfee2 (diff) | |
download | crosstool-ng-db2d59f09132f7759e8e4a3857f6402264c80755.tar.gz crosstool-ng-db2d59f09132f7759e8e4a3857f6402264c80755.tar.bz2 crosstool-ng-db2d59f09132f7759e8e4a3857f6402264c80755.zip |
Little fix up in a message during the dmalloc build.
Diffstat (limited to 'scripts/build/debug/dmalloc.sh')
-rw-r--r-- | scripts/build/debug/dmalloc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/debug/dmalloc.sh b/scripts/build/debug/dmalloc.sh index 0d6aa6fe..e9bc0daf 100644 --- a/scripts/build/debug/dmalloc.sh +++ b/scripts/build/debug/dmalloc.sh @@ -44,7 +44,7 @@ do_debug_dmalloc_build() { CT_DoLog EXTRA "Building dmalloc" make ${PARALLELMFLAGS} 2>&1 |CT_DoLog ALL - CT_DoLog EXTRA "Building dmalloc" + CT_DoLog EXTRA "Installing dmalloc" make DESTDIR="${CT_SYSROOT_DIR}" installincs \ installlib 2>&1 |CT_DoLog ALL make DESTDIR="${CT_DEBUG_INSTALL_DIR}" installutil 2>&1 |CT_DoLog ALL |