看板 DFBSD_kernel 關於我們 聯絡資訊
David Rhodus <sdrhodus@gmail.com> writes: > On Thu, 18 Nov 2004 13:50:44 -0800, Max Okumoto <okumoto@ucsd.edu> wrote: >> I am near the KQUEUE patches for make(1), and I was wondering if >> we want this code. >> >> Max > Did anyone in fbsd ever get the kqueue stuff working properly with make(1) ? > > -- > -David > Steven David Rhodus > <drhodus@machdep.com> It looks like the code is turned off in the Makefile. # There is no obvious performance improvement currently. # CFLAGS+=-DUSE_KQUEUE It does compile on leaf, so I am inclined to leave it in since it reduces the diffs :-) Max