summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/make/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c
index d5c9694..34d0597 100644
--- a/usr.bin/make/main.c
+++ b/usr.bin/make/main.c
@@ -188,6 +188,7 @@ rearg: while((c = getopt(argc, argv, OPTFLAGS)) != -1) {
case 'B':
compatMake = TRUE;
MFLAGS_append("-B", NULL);
+ unsetenv("MAKE_JOBS_FIFO");
break;
case 'P':
usePipes = FALSE;
OpenPOWER on IntegriCloud