Date: Fri, 4 Oct 2002 13:30:04 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make Makefile job.c job.h Message-ID: <200210042030.g94KU46b038280@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2002/10/04 13:30:04 PDT Modified files: usr.bin/make Makefile job.c job.h Log: Give make(1) the ability to use KQUEUE to wait for worker processes instead of polling for them. Unfortunately we cannot enable it yet because it panics the kernel somewhere in kqueue. Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at> Revision Changes Path 1.28 +3 -0 src/usr.bin/make/Makefile 1.44 +52 -1 src/usr.bin/make/job.c 1.19 +2 -0 src/usr.bin/make/job.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210042030.g94KU46b038280>