Home
last modified time | relevance | path

Searched refs:precious (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dimplicit.c843 f->precious = 1; in pattern_search()
853 if (!f->precious) in pattern_search()
856 if (imf != 0 && imf->precious) in pattern_search()
857 f->precious = 1; in pattern_search()
938 if (f && f->precious) in pattern_search()
939 file->precious = 1; in pattern_search()
966 if (f && f->precious) in pattern_search()
967 new->file->precious = 1; in pattern_search()
Dfiledef.h75 unsigned int precious:1; /* Non-0 means don't delete file on quit */ member
Dfile.c319 MERGE (precious); in rehash_file()
362 if (f->intermediate && (f->dontcare || !f->precious) in remove_intermediates()
662 f2->precious = 1; in snap_deps()
902 if (f->precious) in print_file()
Dcommands.c533 if (file->precious || file->phony) in delete_target()
DChangeLog735 an implicit rule match, lookup pattern target and set precious
899 precious if it happened to be a prerequisite of some (other)
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dpatternrules99 # TEST #4: make sure precious flag is set properly for targets
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.02259 # Check that the precious variables saved in the cache have kept the same
2297 # Pass precious variables to config.status.
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-23857 * precious targets: Special Targets. (line 29)
Dmake.texi2862 @cindex precious targets