From owner-cvs-all@FreeBSD.ORG Tue Aug 10 13:30:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B316316A4CE; Tue, 10 Aug 2004 13:30:57 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id D72BA43D1F; Tue, 10 Aug 2004 13:30:54 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.0.201] ([192.168.0.201]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i7ADUXFM027342; Tue, 10 Aug 2004 07:30:34 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4118CD83.7050608@samsco.org> Date: Tue, 10 Aug 2004 07:28:35 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.1) Gecko/20040801 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Hartmut Brandt References: <200408101318.i7ADI5Jm010492@repoman.freebsd.org> In-Reply-To: <200408101318.i7ADI5Jm010492@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 13:30:58 -0000 Hartmut Brandt wrote: > harti 2004-08-10 13:18:05 UTC > > FreeBSD src repository > > Modified files: > . Makefile.inc1 > Log: > Fix recent breakage in rescue. We need to build a new crunchgen > that will not emit the bad MAKE=make line that caused the breakage. > > Submitted by: ru > > Revision Changes Path > 1.435 +1 -1 src/Makefile.inc1 This is a wild guess, but could this somehow explain why 'make -jN' often goes nuts in rescue/ and builds things multiple times? Scott