Home | History | Annotate | Download | only in make

Lines Matching defs:Error

81  *	Error		Print a tagged error message.
83 * Fatal Print an error message and exit.
361 exit(2); /* Not 1 so -q can distinguish error */
384 "%s: error: invalid internal option "
433 exit(2); /* Not 1 so -q can distinguish error */
709 Error("Unterminated quoted string [%s]", buf);
1091 opts.keepgoing = false; /* Stop on error */
1224 exit(2); /* Not 1 so -q can distinguish error */
1605 return 2; /* Not 1 so -q can distinguish error */
1749 Cmd_Exec(const char *cmd, char **error)
1767 *error = str_concat3(
1785 *error = str_concat3("Couldn't exec \"", cmd, "\"");
1817 *error = str_concat3("\"", cmd, "\" exited on a signal");
1825 *error = Buf_DoneData(&errBuf);
1827 *error = str_concat3(
1830 *error = NULL;
1837 * Print a printf-style error message.
1839 * In default mode, this error message has no consequences, for compatibility
1844 Error(const char *fmt, ...)
1869 * Wait for any running jobs to finish, then produce an error message,
1897 exit(2); /* Not 1 so -q can distinguish error */
1931 exit(2); /* Not 1 so -q can distinguish error */
2055 * We can print this even if there is no .ERROR target.
2072 * Print some helpful information in case of an error.
2127 * Finally, see if there is a .ERROR target, and run it if so.
2129 errorNode = Targ_FindNode(".ERROR");