From owner-cvs-src@FreeBSD.ORG Fri Feb 20 13:51:16 2004 Return-Path: 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 D6B8316A4CE; Fri, 20 Feb 2004 13:51:16 -0800 (PST) Received: from kientzle.com (h-66-166-149-50.SNVACAID.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89DE743D2F; Fri, 20 Feb 2004 13:51:16 -0800 (PST) (envelope-from tim@kientzle.com) Received: from kientzle.com ([66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id i1KLp8kX073770; Fri, 20 Feb 2004 13:51:08 -0800 (PST) (envelope-from tim@kientzle.com) Message-ID: <4036814C.9070405@kientzle.com> Date: Fri, 20 Feb 2004 13:51:08 -0800 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <200402201525.i1KFPuot051623@repoman.freebsd.org> <20040220.143945.93360906.imp@bsdimp.com> In-Reply-To: <20040220.143945.93360906.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: drosih@rpi.edu cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kientzle@acm.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2004 21:51:17 -0000 M. Warner Losh wrote: > In message: > Garance A Drosihn writes: > : Did you get my email pointing out that the UPDATING entry for > : 20030714 should be updated? The problem that describes was > : solved a short time later. I have friends who read that entry, > : and think that they have to avoid -j on buildworlds... > > Yes. I've not had the chance to know when the date of safety is, so > haven't added one. > Warner, here's the commit message for the fix, from "cvs log rescue/rescue/Makefile" ---------------------------- revision 1.14 date: 2003/07/24 07:42:42; author: gordon; state: Exp; lines: +3 -2 Fix rescue build using -j. The problem appears to be make not being able to find the source when the object was specified as /foo.o. The fix makes the build go through a make objs before compiling the rest of the crunchgen. This ensures that the dhclient bits are built in the correct place where they are picked up for the final compile of rescue. I'd like to thank dwhite@ and gad@ for helping me track down the problem. Fast testing box provided by: phk@ (thanks) ------------------------------