Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Djob.c725 static int delete_on_error = -1; in reap_children() local
731 if (delete_on_error == -1) in reap_children()
734 delete_on_error = f != 0 && f->is_target; in reap_children()
736 if (exit_sig != 0 || delete_on_error) in reap_children()