Author: hbelusca
Date: Sat Jun 22 11:11:35 2013
New Revision: 59284

URL: http://svn.reactos.org/svn/reactos?rev=59284&view=rev
Log:
[CMAKE]
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 :)

Modified:
    trunk/reactos/configure.cmd

Modified: trunk/reactos/configure.cmd
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/configure.cmd?rev=59284&r1=59283&r2=59284&view=diff
==============================================================================
--- trunk/reactos/configure.cmd [iso-8859-1] (original)
+++ trunk/reactos/configure.cmd [iso-8859-1] Sat Jun 22 11:11:35 2013
@@ -186,7 +186,7 @@
 
 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
 
 :cmake_notfound


Reply via email to