Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: basesrc
"Simon J. Gerraty" <sjg%netbsd.org@localhost> writes:
> cvs rdiff -r1.48 -r1.49 basesrc/usr.bin/make/job.c \
> basesrc/usr.bin/make/make.1
What's the intention of following change? Even if this is necessary,
why inserted between list operation? And, it makes make -j1 cleandir
under bin/cat slow.
enami.
@@ -2352,6 +2360,7 @@
}
} else {
job = (Job *) Lst_Datum(jnode);
+ Job_CatchOutput();
(void) Lst_Remove(jobs, jnode);
nJobs -= 1;
#ifdef REMOTE
Home |
Main Index |
Thread Index |
Old Index