HomeSort by relevance Sort by last modified time
    Searched full:staticpattern (Results 1 - 4 of 4) sorted by null

  /ndk/sources/host-tools/make-3.81/
dep.h 44 unsigned int staticpattern : 1; member in struct:dep
file.c 489 if (d->staticpattern)
498 d->staticpattern = 0; /* Clear staticpattern so that we don't
529 if (new && d->staticpattern)
588 d1->staticpattern = 0;
ChangeLog 442 * dep.h (struct dep): Add a flag STATICPATTERN, set to true if the
450 * implicit.c (pattern_search): Initialize the new staticpattern
454 staticpattern field for prerequisites.
457 * read.c (read_all_makefiles): Initialize the staticpattern field.
462 Set the staticpattern field for prereqs of static pattern targets.
    [all...]
read.c     [all...]

Completed in 277 milliseconds