- Timestamp:
- May 30, 2010, 12:30:18 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ReleaseTool.cmd (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ReleaseTool.cmd
r1503 r1527 39 39 * 04 Jan 09 JBS Fixed bug in option 9: Apply tag 40 40 * 02 Apr 10 JBS Removed reference to obsolete "internal\makefile" file 41 * 29 May 10 GKY Use TEE to generate log files for the build options 42 * - Use DIFF to compare changes in WARNALL builds 41 43 * 42 44 */ … … 181 183 do /* Ensure the edits build */ 182 184 'set WARNALL=1' 183 'wmake -a all |' pager 185 'wmake -a all | tee warnall.log |' pager 186 'diff -rub warnall.base warnall.log > warnall.diff' 187 editor 'warnall.diff' 188 'set WARNALL=' 184 189 prev_action = action 185 190 end … … 220 225 'set FORTIFY=' 221 226 'set DEBUG=' 222 'wmake -a all '227 'wmake -a all | tee build.log' 223 228 prev_action = action 224 229 end … … 246 251 when action = 12 then 247 252 do /* Lxlite */ 248 'wmake lxlite '253 'wmake lxlite | tee lxlite.log' 249 254 prev_action = action 250 255 end … … 269 274 do /* Build distro */ 270 275 call SysCls 271 'wmake dist '276 'wmake dist | tee dist.log' 272 277 prev_action = action 273 278 end
Note:
See TracChangeset
for help on using the changeset viewer.
