Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/make
Module Name: src
Committed By: rillig
Date: Sat May 17 20:59:27 UTC 2025
Modified Files:
src/usr.bin/make: job.c
Log Message:
make: remove timeout for polling in parallel mode
Job_CatchOutput is always called in a loop with nothing else being done
meanwhile, and it wakes up as soon as a child process exits. So instead
of checking every 5 seconds, just wait indefinitely.
To generate a diff of this commit:
cvs rdiff -u -r1.506 -r1.507 src/usr.bin/make/job.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index