From owner-cvs-src@FreeBSD.ORG  Mon Jun 16 14:18:56 2008
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8A345106567A;
	Mon, 16 Jun 2008 14:18:56 +0000 (UTC) (envelope-from obrien@NUXI.org)
Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85])
	by mx1.freebsd.org (Postfix) with ESMTP id 632188FC22;
	Mon, 16 Jun 2008 14:18:56 +0000 (UTC) (envelope-from obrien@NUXI.org)
Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1])
	by dragon.nuxi.org (8.14.2/8.14.2) with ESMTP id m5GEIuAx008856;
	Mon, 16 Jun 2008 07:18:56 -0700 (PDT)
	(envelope-from obrien@dragon.nuxi.org)
Received: (from obrien@localhost)
	by dragon.nuxi.org (8.14.2/8.14.2/Submit) id m5GEItT8008855;
	Mon, 16 Jun 2008 07:18:55 -0700 (PDT) (envelope-from obrien)
Date: Mon, 16 Jun 2008 07:18:55 -0700
From: "David O'Brien" <obrien@FreeBSD.org>
To: Doug Barton <dougb@FreeBSD.org>
Message-ID: <20080616141855.GG74595@dragon.NUXI.org>
References: <200805261721.m4QHLCF4070787@repoman.freebsd.org>
	<20080608075256.GA35560@obiwan.tataz.chchile.org>
	<484CB927.3050101@freebsd.org> <484D5719.1070907@FreeBSD.org>
	<4854B91A.30403@FreeBSD.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <4854B91A.30403@FreeBSD.org>
X-Operating-System: FreeBSD 8.0-CURRENT
User-Agent: Mutt/1.5.16 (2007-06-09)
Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org,
	Tim Kientzle <kientzle@FreeBSD.org>, Gabor Kovesdan <gabor@FreeBSD.org>,
	Jeremie Le Hen <jeremie@le-hen.org>
Subject: Re: cvs commit [HEAD] src/gnu/usr.bin/cpio Makefile
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: obrien@FreeBSD.org
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 16 Jun 2008 14:18:56 -0000

On Sat, Jun 14, 2008 at 11:39:22PM -0700, Doug Barton wrote:
> I've attached a patch which does what I described above for CPIO, and
> adds a knob to turn off building of GNU grep. When we get to the point
> where bsd grep is imported into the base system, I would do the same in
> HEAD/8-current for bsd grep as I am proposing we do for cpio.

Doug,
Before changing the default grep away from GNU grep, please have a full
and wide discussion.  cpio is one thing, but GNU grep is faster than any
alternative so far (educated me if other greps are finally faster).
Speed of grep is a tier-1 feature.

-- 
-- David  (obrien@FreeBSD.org)