DONT_BUILD
if (code == DONT_BUILD)
} else if (code != DONT_BUILD && CHK_OPT(cmd_info, MIGHT_CHG))
} else if (x != DONT_BUILD && x != FAILURE) {
if (x == DONT_BUILD)
return (DONT_BUILD);
return (DONT_BUILD); /* don't bother creating a new file */
return (DONT_BUILD);