看板 DFBSD_submit 關於我們 聯絡資訊
This is a multi-part message in MIME format. --------------000104050605040708010209 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Update makefile comment missed from mega patch. Max --------------000104050605040708010209 Content-Type: text/plain; name="patch-5.362" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-5.362" --------------------- PatchSet 362 Date: 2004/09/06 16:25:07 Author: jmg Log: remove XXX comment now that the kernel is fixed, there isn't any obvious reason to enable this as performance didn't significantly change... MFC after: 3 days Members: Makefile:1.33->1.34 Index: Makefile =================================================================== RCS file: /usr/home/okumoto/Work/make/fbsd-cvs/src/usr.bin/make/Makefile,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- Makefile 12 Aug 2004 11:49:55 -0000 1.33 +++ Makefile 6 Sep 2004 15:25:07 -0000 1.34 @@ -20,7 +20,7 @@ CFLAGS+=-D__FBSDID=__RCSID .endif -# XXX: kernel currently broken +# There is no obvious performance improvement currently. # CFLAGS+=-DUSE_KQUEUE main.o: ${MAKEFILE} --------------000104050605040708010209--