From owner-svn-src-head@FreeBSD.ORG Wed Apr 27 19:57:05 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 001301065672; Wed, 27 Apr 2011 19:57:04 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id B18298FC22; Wed, 27 Apr 2011 19:57:04 +0000 (UTC) Received: from [10.30.101.54] ([209.117.142.2]) (authenticated bits=0) by harmony.bsdimp.com (8.14.4/8.14.3) with ESMTP id p3RJsGwc051380 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Wed, 27 Apr 2011 13:54:17 -0600 (MDT) (envelope-from imp@bsdimp.com) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <20110427193550.GA79786@dragon.NUXI.org> Date: Wed, 27 Apr 2011 13:54:10 -0600 Content-Transfer-Encoding: 7bit Message-Id: References: <201104260409.p3Q49KaJ006272@svn.freebsd.org> <201104260932.44199.jhb@freebsd.org> <20110426222641.GA44259@dragon.NUXI.org> <201104271048.33325.jhb@freebsd.org> <20110427193550.GA79786@dragon.NUXI.org> To: obrien@freebsd.org X-Mailer: Apple Mail (2.1084) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (harmony.bsdimp.com [10.0.0.6]); Wed, 27 Apr 2011 13:54:18 -0600 (MDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, John Baldwin Subject: Re: svn commit: r221053 - head/usr.bin/rlogin X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2011 19:57:05 -0000 see make tinderbox if you want first fail semantics. On Apr 27, 2011, at 1:35 PM, David O'Brien wrote: > On Wed, Apr 27, 2011 at 10:48:33AM -0400, John Baldwin wrote: >> For changing WARNS, 'make universe' works well > > I have to disagree. Due to its silent failing, it is only suitable for > what PHK added it for -- "what if" changes. > [Message-ID: <13101.1227520743@critter.freebsd.dk>] > > One has to do all the various greps of the output in order to be > confident of their belief of the results. > > We really need a new target that builds more normal (fails on first > error) and makes it obvious when there is a failure. > > -- > -- David (obrien@FreeBSD.org) > >