summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hope <michael.hope@linaro.org>2010-09-11 22:03:40 +1200
committerMichael Hope <michael.hope@linaro.org>2010-09-11 22:03:40 +1200
commitc3332a57fb4c4a0e4675ca1e8ad0ad4c83dd72e4 (patch)
tree95a60cbcb8862e2f66c5d06f00a764abc39c004a
parentc9917c6f3167b3f6174b93a057101a5213310039 (diff)
Changed echos for logs
-rwxr-xr-xsummon-arm-toolchain10
1 files changed, 5 insertions, 5 deletions
diff --git a/summon-arm-toolchain b/summon-arm-toolchain
index 222f4fe..fe322e1 100755
--- a/summon-arm-toolchain
+++ b/summon-arm-toolchain
@@ -54,7 +54,7 @@ BINUTILFLAGS=
# Fetch a versioned file from a URL
function fetch {
if [ ! -e ${STAMPS}/$1.fetch ]; then
- echo "Downloading $1 sources..."
+ log "Downloading $1 sources..."
wget -c --no-passive-ftp $2
touch ${STAMPS}/$1.fetch
fi
@@ -109,7 +109,7 @@ fetch ${GDB} http://ftp.gnu.org/gnu/gdb/${GDB}.tar.bz2
if [ ${LIBSTM32_EN} != 0 ]; then
if [ ! -e libcmsis-${LIBCMSIS}.tar.bz2 ]; then
- echo "Cloning libcmsis sources..."
+ log "Cloning libcmsis sources..."
git clone git://git.open-bldc.org/libcmsis.git
cd libcmsis
git archive --format=tar --prefix=libcmsis-${LIBCMSIS}/ ${LIBCMSIS} | \
@@ -119,7 +119,7 @@ if [ ! -e libcmsis-${LIBCMSIS}.tar.bz2 ]; then
fi
if [ ! -e libstm32-${LIBSTM32}.tar.bz2 ]; then
- echo "Cloning libstm32 sources..."
+ log "Cloning libstm32 sources..."
git clone git://git.open-bldc.org/libstm32.git
cd libstm32
git archive --format=tar --prefix=libstm32-${LIBSTM32}/ ${LIBSTM32} | \
@@ -129,7 +129,7 @@ if [ ! -e libstm32-${LIBSTM32}.tar.bz2 ]; then
fi
if [ ! -e libstm32usb-${LIBSTM32USB}.tar.bz2 ]; then
- echo "Cloning libstm32usb sources..."
+ log "Cloning libstm32usb sources..."
git clone git://git.open-bldc.org/libstm32usb.git
cd libstm32usb
git archive --format=tar --prefix=libstm32usb-${LIBSTM32USB}/ ${LIBSTM32USB} | \
@@ -141,7 +141,7 @@ fi
if [ ${LIBOPENSTM32_EN} != 0 ]; then
if [ ! -e libopenstm32-${LIBOPENSTM32}.tar.bz2 ]; then
- echo "Cloning libopenstm32 sources..."
+ log "Cloning libopenstm32 sources..."
git clone git://libopenstm32.git.sourceforge.net/gitroot/libopenstm32/libopenstm32
cd libopenstm32
git archive --format=tar --prefix=libopenstm32-${LIBOPENSTM32}/ ${LIBOPENSTM32} | \