Changeset 5192 for trunk/tools/DailyBuild
- Timestamp:
- Feb 19, 2001, 6:15:31 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/DailyBuild/job.cmd
r4890 r5192 1 /* $Id: job.cmd,v 1. 5 2001-01-08 22:08:28bird Exp $1 /* $Id: job.cmd,v 1.6 2001-02-19 17:15:31 bird Exp $ 2 2 * 3 3 * Main job for building OS/2. … … 56 56 57 57 /* 58 * Update local installation at c:\odin32...58 * Update local installation at d:\odin... 59 59 */ 60 ' c:';61 if (rc <> 0) then call failure rc, ' c: failed.';62 'cd c:\odin32';63 if (rc <> 0) then call failure rc, 'cd c:\odin32failed.';60 'd:'; 61 if (rc <> 0) then call failure rc, 'd: failed.'; 62 'cd d:\odin'; 63 if (rc <> 0) then call failure rc, 'cd d:\odin failed.'; 64 64 'unzip -o ' || sTree || '\*debug.zip'; 65 65 if (rc <> 0) then call failure rc, 'unzip failed.';
Note:
See TracChangeset
for help on using the changeset viewer.