diff options
Diffstat (limited to 'usr.bin/make/make.c')
-rw-r--r-- | usr.bin/make/make.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/make/make.c b/usr.bin/make/make.c index 0e669352313..d10e8b07e26 100644 --- a/usr.bin/make/make.c +++ b/usr.bin/make/make.c @@ -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 @@ Make_Run(Lst targs) /* the initial list of targets */ * the keepgoing flag was given. */ while (!Job_Empty()) { - Job_CatchOutput(); - Job_CatchChildren(); + handle_running_jobs(); (void)MakeStartJobs(); } |