summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/job.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/job.c')
-rw-r--r--usr.bin/make/job.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c
index 6136c6f..c871eb5 100644
--- a/usr.bin/make/job.c
+++ b/usr.bin/make/job.c
@@ -42,10 +42,6 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#ifndef OLD_JOKE
-#define OLD_JOKE 0
-#endif /* OLD_JOKE */
-
/*-
* job.c --
* handle the creation etc. of our child processes.
@@ -1271,11 +1267,9 @@ Job_CheckCommands(GNode *gn, void (*abortProc)(const char *, ...))
fflush(stdout);
return (FALSE);
} else {
-#if 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