summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2008-03-04 22:51:37 +0000
committerobrien <obrien@FreeBSD.org>2008-03-04 22:51:37 +0000
commit8571c9adeb6649616947a32988344419fceb374b (patch)
tree56e19ba9493504f7a893f4a94289b238b0e04e62 /usr.bin
parent62d1b85d68a437e8743abbc91483606188680b53 (diff)
downloadFreeBSD-src-8571c9adeb6649616947a32988344419fceb374b.zip
FreeBSD-src-8571c9adeb6649616947a32988344419fceb374b.tar.gz
It seems some don't care for the anchient joke. Add WITHOUT_OLD_JOKE
to your CFLAGS if you fall into this camp.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/make/job.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c
index c871eb5..4389ad0 100644
--- a/usr.bin/make/job.c
+++ b/usr.bin/make/job.c
@@ -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);
OpenPOWER on IntegriCloud