It seems some don't care for the anchient joke. Add WITHOUT_OLD_JOKE

to your CFLAGS if you fall into this camp.
This commit is contained in:
obrien 2008-03-04 22:51:37 +00:00
parent 62d1b85d68
commit 8571c9adeb

View File

@ -1267,9 +1267,11 @@ Job_CheckCommands(GNode *gn, void (*abortProc)(const char *, ...))
fflush(stdout);
return (FALSE);
} else {
#ifndef WITHOUT_OLD_JOKE
if (strcmp(gn->name,"love") == 0)
(*abortProc)("Not war.");
else
#endif
(*abortProc)("%s %s. Stop",
msg, gn->name);
return (FALSE);