From: Kern Sibbald Date: Wed, 26 Apr 2006 15:32:18 +0000 (+0000) Subject: Print cross tools directory name X-Git-Tag: Release-2.0.0~905 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cd80f0d6a0c5f63a371105b7d850d550f0f95e10;p=bacula%2Fbacula Print cross tools directory name git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2975 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/win32/build-win32-cross-tools b/bacula/src/win32/build-win32-cross-tools index a06ff6f76e..f979b7b531 100755 --- a/bacula/src/win32/build-win32-cross-tools +++ b/bacula/src/win32/build-win32-cross-tools @@ -65,6 +65,9 @@ PREFIX=${BUILDDIR}/${TARGET} mkdir -p ${BUILDDIR} mkdir -p ${BUILDDIR}/${TARGET} +echo "Building cross tools in ${BUILDDIR} ..." +echo " " + # Purge anything and everything already in the $PREFIX #(also known as the destination or installation) directory? # Set to "Y" to purge, any other value omits the purge step.