=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/make.c,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- src/usr.bin/make/make.c 2007/12/01 15:14:34 1.56 +++ src/usr.bin/make/make.c 2008/01/12 13:08:59 1.57 @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: make.c,v 1.56 2007/12/01 15:14:34 espie Exp $ */ +/* $OpenBSD: make.c,v 1.57 2008/01/12 13:08:59 espie Exp $ */ /* $NetBSD: make.c,v 1.10 1996/11/06 17:59:15 christos Exp $ */ /* @@ -553,8 +553,7 @@ * the keepgoing flag was given. */ while (!Job_Empty()) { - Job_CatchOutput(); - Job_CatchChildren(); + handle_running_jobs(); (void)MakeStartJobs(); }