As ThFabba said:
" - Properly escape exclamation mark in configure message " <-- It's for delayed variable expansions in CMD scripts !! That's the true reason !
See r59281.

(The r59283 was a commit I've done because, independently (i.e. without seeing r59281), it happened for some reason that this phenomenon didn't appear at home, and after updating my local copy and rerunning a configure.cmd, I saw ^ characters before the ! . In fact it was because I temporarily disabled the delayed expansion vars in my configure script).

Therefore revert my error, shame on me :)

svn path=/trunk/; revision=59284
This commit is contained in:
Hermès Bélusca-Maïto 2013-06-22 11:11:35 +00:00
parent 68a58eafa6
commit 06b7934445

View file

@ -186,7 +186,7 @@ if "%BUILD_ENVIRONMENT%" == "MinGW" (
cd.. cd..
echo Configure script complete! Enter directories and execute appropriate build commands (ex: ninja, make, nmake, etc...). echo Configure script complete^^! Enter directories and execute appropriate build commands (ex: ninja, make, nmake, etc...).
exit /b exit /b
:cmake_notfound :cmake_notfound