1 /* RCS $Id: rmprq.c,v 1.2 2008-03-05 18:35:28 kz Exp $
4 -- Remove prerequisites code.
7 -- This code is different for DOS and for UNIX and parallel make
8 -- architectures since the parallel case requires the rm's to be
9 -- run in parallel, whereas DOS guarantees to run them sequentially.
12 -- Dennis Vadura, dvadura@dmake.wticorp.com
15 -- http://dmake.wticorp.com/
18 -- Copyright (c) 1996,1997 by WTI Corp. All rights reserved.
20 -- This program is NOT free software; you can redistribute it and/or
21 -- modify it under the terms of the Software License Agreement Provided
22 -- in the file <distribution-root>/readme/license.txt.
25 -- Use cvs log to obtain detailed change logs.
28 #if defined(USE_CREATEPROCESS)
29 /* MSVC6.0 and newer and MinGW use the parallel build enabled runargv(). */
30 Force a compile
-time blowup
.
31 This file should
not be used
, use unix
/rmprq
.c instead
.
40 tcp
->ce_flag
&= ~(F_MADE
|F_VISITED
);