From owner-freebsd-current@FreeBSD.ORG Fri Aug 20 15:27:51 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A004A16A4CE; Fri, 20 Aug 2004 15:27:51 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC8E043D55; Fri, 20 Aug 2004 15:27:50 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i7KFRl45054928 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 20 Aug 2004 18:27:48 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id i7KFRmJE092952; Fri, 20 Aug 2004 18:27:48 +0300 (EEST) (envelope-from ru) Date: Fri, 20 Aug 2004 18:27:48 +0300 From: Ruslan Ermilov To: David Wolfskill Message-ID: <20040820152748.GD92603@ip.net.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2hMgfIw2X+zgXrFs" Content-Disposition: inline User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new cc: current@FreeBSD.org Subject: kqueued make(1): can someone try it for me please? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2004 15:27:51 -0000 --2hMgfIw2X+zgXrFs Content-Type: multipart/mixed; boundary="n2Pv11Ogg/Ox8ay5" Content-Disposition: inline --n2Pv11Ogg/Ox8ay5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi David and others, Can someone please try the attached patch for me on your SMP/UP -CURRENT build machines? How to test: 1. Remove /usr/obj/usr/src. 2. Without the patch, run your favorite buildworld command on an otherwise idle machine, note the "/usr/bin/time -h" output that it takes. 3. Remove /usr/obj/usr/src. 4. Apply this patch, recompile and reinstall your make(1). 5. Run your favorite buildworld command again. I'm interested in the change in buildworld times. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --n2Pv11Ogg/Ox8ay5 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=p Content-Transfer-Encoding: quoted-printable Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/usr.bin/make/Makefile,v retrieving revision 1.33 diff -u -p -r1.33 Makefile --- Makefile 12 Aug 2004 11:49:55 -0000 1.33 +++ Makefile 18 Aug 2004 06:23:06 -0000 @@ -18,11 +18,10 @@ NOSHARED?=3D YES CFLAGS+=3D-DMAKE_VERSION=3D\"5200408120\" .if defined(_UPGRADING) CFLAGS+=3D-D__FBSDID=3D__RCSID +.else +CFLAGS+=3D-DUSE_KQUEUE .endif =20 -# XXX: kernel currently broken -# CFLAGS+=3D-DUSE_KQUEUE - main.o: ${MAKEFILE} =20 # Set the shell which make(1) uses. Bourne is the default, but a decent --n2Pv11Ogg/Ox8ay5-- --2hMgfIw2X+zgXrFs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBJhh0qRfpzJluFF4RAoBMAJsFURb3IjEvDyNV17RoJza+7Z7QJQCfQgUy FwcLhdWV6/J3myo9sWDoZLE= =bSQb -----END PGP SIGNATURE----- --2hMgfIw2X+zgXrFs--