Home
last modified time | relevance | path

Searched refs:dontcare (Results 1 – 10 of 10) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dremake.c198 if (rebuilding_makefiles && file->dontcare) in update_goal_chain()
391 if (file->dontcare && !rebuilding_makefiles) in update_file_1()
393 file->dontcare = 0; in update_file_1()
475 int dontcare = 0; in update_file_1() local
503 dontcare = d->file->dontcare; in update_file_1()
504 d->file->dontcare = file->dontcare; in update_file_1()
512 d->file->dontcare = dontcare; in update_file_1()
555 int dontcare = 0; in update_file_1() local
564 dontcare = d->file->dontcare; in update_file_1()
565 d->file->dontcare = file->dontcare; in update_file_1()
[all …]
Djob.h64 unsigned int dontcare:1; /* Saved dontcare flag. */ member
Dfiledef.h90 unsigned int dontcare:1; /* Nonzero if no complaint is to be made if member
Djob.c478 int dontcare; in reap_children() local
719 dontcare = c->dontcare; in reap_children()
727 if (!dontcare) in reap_children()
829 if (!err && child_failed && !dontcare && !keep_going_flag && in reap_children()
1615 c->dontcare = file->dontcare; in new_job()
Dfile.c362 if (f->intermediate && (f->dontcare || !f->precious) in remove_intermediates()
378 if (!f->dontcare) in remove_intermediates()
908 if (f->dontcare) in print_file()
Dread.c253 d->file->dontcare = 1; in read_all_makefiles()
374 deps->file->dontcare = 1; in eval_makefile()
DChangeLog236 * job.h (struct child): Add the dontcare bitfield.
237 * job.c (new_job): Cache dontcare flag.
238 * job.c (reap_children): Use cached dontcare flag instead of the
732 the dontcare flag is set. Fixes Savannah bug #13216.
1213 dontcare flag from a target that triggered update.
1283 rebuild phase and it was dontcare, then no message was printed.
Dmain.c1527 f->dontcare = 0; in main()
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dinclude82 # Test inheritance of dontcare flag when rebuilding makefiles.
96 # Make sure that we don't die when the command fails but we dontcare.
/ndk/sources/host-tools/make-3.81/tests/
DChangeLog355 * scripts/features/include: Test dontcare flag inheritance