Changeset 10143 for trunk/tools/DailyBuild
- Timestamp:
- Jun 19, 2003, 10:29:42 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/DailyBuild/odin32get.cmd
r10022 r10143 1 /* $Id: odin32get.cmd,v 1. 5 2003-04-14 22:53:04bird Exp $1 /* $Id: odin32get.cmd,v 1.6 2003-06-19 20:29:42 bird Exp $ 2 2 * 3 3 * Gets the CVS tree from netlabs. … … 16 16 */ 17 17 18 sDrive = filespec('drive', directory()); 19 'cache386 /LAZY:'sDrive'OFF'; 18 20 'cvs checkout .' 19 if (RC <> 0) then call failure rc, 'CVS checkout . failed'; 21 iRc = rc; 22 'cache386 /LAZY:'sDrive'ON'; 23 if (iRc <> 0) then call failure iRc, 'CVS checkout . failed'; 20 24 'copy ..\scripts\bin\buildenv.cmd.paths tools\bin\buildenv.cmd.paths' 21 25 exit(0);
Note:
See TracChangeset
for help on using the changeset viewer.