summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-04 20:30:03 +0000
committerphk <phk@FreeBSD.org>2002-10-04 20:30:03 +0000
commit16827939fabe12f22c5b06ee3fdf29f6c10b1de2 (patch)
tree98ed9d47d1a398a3c149f0b83a5ffbf247e2fe59 /usr.bin/make/Makefile
parentd4e647af8cfa186194177cf5f696c35a1f1b8505 (diff)
downloadFreeBSD-src-16827939fabe12f22c5b06ee3fdf29f6c10b1de2.zip
FreeBSD-src-16827939fabe12f22c5b06ee3fdf29f6c10b1de2.tar.gz
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>
Diffstat (limited to 'usr.bin/make/Makefile')
-rw-r--r--usr.bin/make/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index 88027b21..af802d0 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -20,6 +20,9 @@ CFLAGS+=-DMAKE_VERSION=\"5200209170\"
CFLAGS+=-D__FBSDID=__RCSID
.endif
+# XXX: kernel currently broken
+# CFLAGS+=-DUSE_KQUEUE
+
main.o: ${MAKEFILE}
# Set the shell which make(1) uses. Bourne is the default, but a decent
OpenPOWER on IntegriCloud