From owner-freebsd-current@FreeBSD.ORG Tue Jun 7 17:20:02 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 87B2416A41C for ; Tue, 7 Jun 2005 17:20:02 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5266A43D1D for ; Tue, 7 Jun 2005 17:20:02 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.13.3/8.13.1) with ESMTP id j57HK2cP070833; Tue, 7 Jun 2005 10:20:02 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.3/8.13.1/Submit) id j57HK1G7070832; Tue, 7 Jun 2005 10:20:01 -0700 (PDT) (envelope-from sgk) Date: Tue, 7 Jun 2005 10:20:01 -0700 From: Steve Kargl To: Jeremie Le Hen Message-ID: <20050607172001.GA70803@troutmask.apl.washington.edu> References: <20050607155130.GX41050@obiwan.tataz.chchile.org> <20050607163226.GA70231@troutmask.apl.washington.edu> <20050607164455.GZ41050@obiwan.tataz.chchile.org> <20050607165714.GA70495@troutmask.apl.washington.edu> <20050607170924.GB41050@obiwan.tataz.chchile.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050607170924.GB41050@obiwan.tataz.chchile.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-current@freebsd.org Subject: Re: buildworld fails, can't guess why X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 07 Jun 2005 17:20:02 -0000 On Tue, Jun 07, 2005 at 07:09:24PM +0200, Jeremie Le Hen wrote: > > Do you know how I could determine all files with unresolved conflicts, > without coding an ugly shell script ? > When I use cvs to pull down GCC files, I normally do cvs update | tee sgk.log grep "C " sgk.log I rarely have false positives. -- Steve