Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Minor correction to the batch tool changes in the previous check-in. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e342ec046649ebebbe9e29820adb9684 |
User & Date: | mistachkin 2016-01-28 00:06:27.611 |
Context
2016-02-05
| ||
05:00 | More corrections to the batch tool changes in the previous check-in. check-in: a5c24a6b71 user: mistachkin tags: trunk | |
2016-02-03
| ||
22:41 | Add test case for ticket [1a93312113]. Closed-Leaf check-in: e4a43ed4dc user: mistachkin tags: tkt-1a93312113 | |
2016-01-28
| ||
00:06 | Minor correction to the batch tool changes in the previous check-in. check-in: e342ec0466 user: mistachkin tags: trunk | |
2016-01-27
| ||
23:46 | Match the batch tool sub-routine 'fn_UnsetVariable' a bit more robust. check-in: 6ef3ddcee0 user: mistachkin tags: trunk | |
Changes
Changes to Setup/build.bat.
︙ | ︙ | |||
582 583 584 585 586 587 588 589 590 591 592 593 594 595 | ENDLOCAL && SET %2=%VALUE% GOTO :EOF :fn_UnsetVariable SET VALUE=%1 IF DEFINED VALUE ( SET %VALUE%= CALL :fn_ResetErrorLevel ) GOTO :EOF :fn_ResetErrorLevel VERIFY > NUL GOTO :EOF | > | 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 | ENDLOCAL && SET %2=%VALUE% GOTO :EOF :fn_UnsetVariable SET VALUE=%1 IF DEFINED VALUE ( SET %VALUE%= SET VALUE= CALL :fn_ResetErrorLevel ) GOTO :EOF :fn_ResetErrorLevel VERIFY > NUL GOTO :EOF |
︙ | ︙ |
Changes to Setup/build_ce_200x.bat.
︙ | ︙ | |||
97 98 99 100 101 102 103 104 105 106 107 108 109 110 | CALL :fn_ResetErrorLevel GOTO :EOF :fn_UnsetVariable SET VALUE=%1 IF DEFINED VALUE ( SET %VALUE%= CALL :fn_ResetErrorLevel ) GOTO :EOF :fn_ResetErrorLevel VERIFY > NUL GOTO :EOF | > | 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 | CALL :fn_ResetErrorLevel GOTO :EOF :fn_UnsetVariable SET VALUE=%1 IF DEFINED VALUE ( SET %VALUE%= SET VALUE= CALL :fn_ResetErrorLevel ) GOTO :EOF :fn_ResetErrorLevel VERIFY > NUL GOTO :EOF |
︙ | ︙ |
Changes to Setup/release_all.bat.
︙ | ︙ | |||
100 101 102 103 104 105 106 107 108 109 110 111 112 113 | ENDLOCAL && SET %2=%VALUE% GOTO :EOF :fn_UnsetVariable SET VALUE=%1 IF DEFINED VALUE ( SET %VALUE%= CALL :fn_ResetErrorLevel ) GOTO :EOF :fn_SetExtraPlatform IF "%~1" == "" GOTO :EOF SETLOCAL | > | 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 | ENDLOCAL && SET %2=%VALUE% GOTO :EOF :fn_UnsetVariable SET VALUE=%1 IF DEFINED VALUE ( SET %VALUE%= SET VALUE= CALL :fn_ResetErrorLevel ) GOTO :EOF :fn_SetExtraPlatform IF "%~1" == "" GOTO :EOF SETLOCAL |
︙ | ︙ |
Changes to Setup/test_all.bat.
︙ | ︙ | |||
290 291 292 293 294 295 296 297 298 299 300 301 302 303 | ) GOTO :EOF :fn_UnsetVariable SET VALUE=%1 IF DEFINED VALUE ( SET %VALUE%= CALL :fn_ResetErrorLevel ) GOTO :EOF :fn_ResetErrorLevel VERIFY > NUL GOTO :EOF | > | 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 | ) GOTO :EOF :fn_UnsetVariable SET VALUE=%1 IF DEFINED VALUE ( SET %VALUE%= SET VALUE= CALL :fn_ResetErrorLevel ) GOTO :EOF :fn_ResetErrorLevel VERIFY > NUL GOTO :EOF |
︙ | ︙ |
Changes to Setup/test_ce_200x.bat.
︙ | ︙ | |||
125 126 127 128 129 130 131 132 133 134 135 136 137 138 | CALL :fn_ResetErrorLevel GOTO :EOF :fn_UnsetVariable SET VALUE=%1 IF DEFINED VALUE ( SET %VALUE%= CALL :fn_ResetErrorLevel ) GOTO :EOF :fn_ResetErrorLevel VERIFY > NUL GOTO :EOF | > | 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 | CALL :fn_ResetErrorLevel GOTO :EOF :fn_UnsetVariable SET VALUE=%1 IF DEFINED VALUE ( SET %VALUE%= SET VALUE= CALL :fn_ResetErrorLevel ) GOTO :EOF :fn_ResetErrorLevel VERIFY > NUL GOTO :EOF |
︙ | ︙ |