Searched refs:dontcare (Results 1 – 10 of 10) sorted by relevance
198 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() local503 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() local564 dontcare = d->file->dontcare; in update_file_1()565 d->file->dontcare = file->dontcare; in update_file_1()[all …]
64 unsigned int dontcare:1; /* Saved dontcare flag. */ member
90 unsigned int dontcare:1; /* Nonzero if no complaint is to be made if member
478 int dontcare; in reap_children() local719 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()
362 if (f->intermediate && (f->dontcare || !f->precious) in remove_intermediates()378 if (!f->dontcare) in remove_intermediates()908 if (f->dontcare) in print_file()
253 d->file->dontcare = 1; in read_all_makefiles()374 deps->file->dontcare = 1; in eval_makefile()
236 * 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 the732 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.
1527 f->dontcare = 0; in main()
82 # Test inheritance of dontcare flag when rebuilding makefiles.96 # Make sure that we don't die when the command fails but we dontcare.
355 * scripts/features/include: Test dontcare flag inheritance