From owner-cvs-src@FreeBSD.ORG Mon Jan 16 06:52:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBF6B16A41F; Mon, 16 Jan 2006 06:52:33 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB84943D4C; Mon, 16 Jan 2006 06:52:28 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k0G6qPUL058014; Sun, 15 Jan 2006 23:52:25 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <43CB42A9.8090601@samsco.org> Date: Sun, 15 Jan 2006 23:52:25 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <200601140812.k0E8CQPI036267@repoman.freebsd.org> <20060116041146.GA23438@dragon.NUXI.org> <20060115.231029.62233420.imp@bsdimp.com> In-Reply-To: <20060115.231029.62233420.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-all@FreeBSD.org, cvs-src@FreeBSD.org, src-committers@FreeBSD.org, flz@FreeBSD.org, obrien@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/config main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2006 06:52:34 -0000 M. Warner Losh wrote: > In message: <20060116041146.GA23438@dragon.NUXI.org> > "David O'Brien" writes: > : On Sat, Jan 14, 2006 at 08:12:25AM +0000, Florent Thoumie wrote: > : > Modified files: > : > usr.sbin/config main.c > : > Log: > : > - Change the exit message from "make cleandepend; make depend" to > : > "make cleandepend && make depend". > : > : I still think we should go back to the traditional: > : "Don't forget to do ``make depend''\n" > : > : The 'make cleandepend' step was to work around brokeness in 'make depend'. > : If 'make depend' is still so broken that one must do 'make cleandepend' > : first, then 'make depend' should just blow away all the .depend files > : first. > > Sadly, that won't work. > > Warner Not that I don't believe you, but can you explain why it won't work? What happened that caused 10+ years of 'working' to turn to 'not working'? Scott