comparison make/windows/create.bat @ 8954:82d8fac3ad13

Merge.
author Doug Simon <doug.simon@oracle.com>
date Tue, 09 Apr 2013 18:08:57 +0200
parents 6cae606d563f
children 3cce976666d9
comparison
equal deleted inserted replaced
8953:b47759136478 8954:82d8fac3ad13
35 REM 35 REM
36 REM Note: Running this batch file from the Windows command shell requires 36 REM Note: Running this batch file from the Windows command shell requires
37 REM that "grep" be accessible on the PATH. An MKS install does this. 37 REM that "grep" be accessible on the PATH. An MKS install does this.
38 REM 38 REM
39 39
40 cl 2>NUL >NUL 40
41 if %errorlevel% == 0 goto nexttest 41
42 echo Make sure cl.exe is in your PATH before running this script. 42 REM (cwirth) does not return a proper error code, so build fails all the time
43 goto end 43 REM
44 REM cl 2>NUL >NUL
45 REM if %errorlevel% == 0 goto nexttest
46 REM echo Make sure cl.exe is in your PATH before running this script.
47 REM goto end
44 48
45 :nexttest 49 :nexttest
46 grep -V 2>NUL >NUL 50 grep -V 2>NUL >NUL
47 if %errorlevel% == 0 goto testit 51 if %errorlevel% == 0 goto testit
48 echo Make sure grep.exe is in your PATH before running this script. Either cygwin or MKS should work. 52 echo Make sure grep.exe is in your PATH before running this script. Either cygwin or MKS should work.