]> git.sur5r.net Git - bacula/bacula/commitdiff
Print cross tools directory name
authorKern Sibbald <kern@sibbald.com>
Wed, 26 Apr 2006 15:32:18 +0000 (15:32 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 26 Apr 2006 15:32:18 +0000 (15:32 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2975 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/win32/build-win32-cross-tools

index a06ff6f76efe17f0d7643278882563dc954a8b87..f979b7b531c2f57745275c234e7aa34ba701e529 100755 (executable)
@@ -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.