From ef9fc3ac8e7633625fb7680d0adc0325c11ea5a5 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 9 Jan 2013 16:29:01 +0000 Subject: rewrote params parsing of the main script --- remote/setup_tools | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'remote') diff --git a/remote/setup_tools b/remote/setup_tools index eeb13150..e12ea00d 100755 --- a/remote/setup_tools +++ b/remote/setup_tools @@ -215,12 +215,13 @@ clean_tools() { clean_tool() { TOOLDIR=${TOOL_DIR}/$1 - echo "Cleaning ${TOOLDIR}" + echo -n "Cleaning ${TOOLDIR}..." [ -e ${TOOLDIR}/.built ] && rm ${TOOLDIR}/.built [ -e ${TOOLDIR}/.fetched_source ] && rm ${TOOLDIR}/.fetched_source [ -d ${TOOLDIR}/build ] && rm -rf ${TOOLDIR}/build [ -d ${TOOLDIR}/src ] && rm -rf ${TOOLDIR}/src [ -e ${TOOLDIR}/list_binaries_and_files ] && rm ${TOOLDIR}/list_binaries_and_files + echo " done." } #generate_stage32 $@ -- cgit v1.2.3-55-g7522