HomeSort by relevance Sort by last modified time
    Searched refs:also_make (Results 1 - 5 of 5) sorted by null

  /ndk/sources/host-tools/make-3.81/
filedef.h 36 struct dep *also_make; /* Targets that are made by making this. */ member in struct:file
implicit.c 852 f->also_make = imf->also_make;
945 `also_make' member. */
964 new->next = file->also_make;
976 file->also_make = new;
file.c 757 /* Set the `command_state' member of FILE and all its `also_make's. */
766 for (d = file->also_make; d != 0; d = d->next)
924 if (f->also_make != 0)
927 for (d = f->also_make; d != 0; d = d->next)
commands.c 590 /* Also remove any non-precious targets listed in the `also_make' member. */
591 for (d = child->file->also_make; d != 0; d = d->next)
remake.c 638 was definitely propagated to FILE's also_make's by set_command_state
639 (called above), but in another state an also_make may have
794 files listed in its `also_make' member. Under -t, this function also
844 almost have done the trick, but messes up with the also_make
907 updated its also_make's as well (if it worked).
910 for (d = file->also_make; d != 0; d = d->next)
    [all...]

Completed in 174 milliseconds