Ignore:
Timestamp:
Jun 19, 2003, 10:29:42 PM (22 years ago)
Author:
bird
Message:

Disable 386 lazywriter during checkout because it's fking up everything (os2wrap.h for instance).

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:04 bird Exp $
     1/* $Id: odin32get.cmd,v 1.6 2003-06-19 20:29:42 bird Exp $
    22 *
    33 * Gets the CVS tree from netlabs.
     
    1616    */
    1717
     18    sDrive = filespec('drive', directory());
     19    'cache386 /LAZY:'sDrive'OFF';
    1820    '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';
    2024    'copy ..\scripts\bin\buildenv.cmd.paths tools\bin\buildenv.cmd.paths'
    2125    exit(0);
Note: See TracChangeset for help on using the changeset viewer.