Changeset 9208 for trunk/tools


Ignore:
Timestamp:
Sep 5, 2002, 4:20:37 AM (23 years ago)
Author:
bird
Message:

Corrected bug in depValidate which prevented files with dead dependencies from being rescanned as the should.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/fastdep/fastdep.c

    r9146 r9208  
    1 /* $Id: fastdep.c,v 1.41 2002-08-28 02:12:55 bird Exp $
     1/* $Id: fastdep.c,v 1.42 2002-09-05 02:20:37 bird Exp $
    22 *
    33 * Fast dependents. (Fast = Quick and Dirty!)
     
    39523952                    }
    39533953                }
     3954                /*
     3955                 * Dir was cached, hence the file doesn't exist
     3956                 * and the we should rescan the source file.
     3957                 */
     3958                else
     3959                    return FALSE;
    39543960            }
    39553961        }
Note: See TracChangeset for help on using the changeset viewer.