summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2003-12-19 11:18:37 +0000
committerscottl <scottl@FreeBSD.org>2003-12-19 11:18:37 +0000
commita9ce104e00340c6bedad22596cdf20656bcd586d (patch)
tree68112018df9d5f28298939f2a6822da546bb5b38 /usr.bin/make
parent2adf24aa2ca5f05f16df249a6ee2d8bcb56e8eb1 (diff)
downloadFreeBSD-src-a9ce104e00340c6bedad22596cdf20656bcd586d.zip
FreeBSD-src-a9ce104e00340c6bedad22596cdf20656bcd586d.tar.gz
Change the select timeout from 100ms to 2 seconds now that SIGCHILD is
handled.
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/job.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/job.h b/usr.bin/make/job.h
index ba80c2f..284b16b 100644
--- a/usr.bin/make/job.h
+++ b/usr.bin/make/job.h
@@ -56,8 +56,8 @@
* before coming out to see if a child has finished. SEL_SEC is the number of
* seconds and SEL_USEC is the number of micro-seconds
*/
-#define SEL_SEC 0
-#define SEL_USEC 100000
+#define SEL_SEC 2
+#define SEL_USEC 0
#endif /* !USE_KQUEUE */
OpenPOWER on IntegriCloud