From 815427002e48fa299147b44cd57328d0273853a2 Mon Sep 17 00:00:00 2001 From: christos Date: Mon, 11 Jun 2001 04:20:32 +0000 Subject: [PATCH] Revert Job_CatchOutput() change; it adds a considerable delay to make, and it is not clear what problem it is trying to fix. --- usr.bin/make/job.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c index 3d1e45a57e80..a0fa35163fd8 100644 --- a/usr.bin/make/job.c +++ b/usr.bin/make/job.c @@ -1,4 +1,4 @@ -/* $NetBSD: job.c,v 1.49 2001/06/01 20:33:37 sjg Exp $ */ +/* $NetBSD: job.c,v 1.50 2001/06/11 04:20:32 christos Exp $ */ /* * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. @@ -39,14 +39,14 @@ */ #ifdef MAKE_BOOTSTRAP -static char rcsid[] = "$NetBSD: job.c,v 1.49 2001/06/01 20:33:37 sjg Exp $"; +static char rcsid[] = "$NetBSD: job.c,v 1.50 2001/06/11 04:20:32 christos Exp $"; #else #include #ifndef lint #if 0 static char sccsid[] = "@(#)job.c 8.2 (Berkeley) 3/19/94"; #else -__RCSID("$NetBSD: job.c,v 1.49 2001/06/01 20:33:37 sjg Exp $"); +__RCSID("$NetBSD: job.c,v 1.50 2001/06/11 04:20:32 christos Exp $"); #endif #endif /* not lint */ #endif @@ -2360,7 +2360,6 @@ Job_CatchChildren(block) } } else { job = (Job *) Lst_Datum(jnode); - Job_CatchOutput(); (void) Lst_Remove(jobs, jnode); nJobs -= 1; #ifdef REMOTE