From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 14 10:28:34 2007 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0745116A402; Sat, 14 Apr 2007 10:28:34 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from pobox.codelabs.ru (pobox.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id B6B1E13C46C; Sat, 14 Apr 2007 10:28:33 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=one; d=codelabs.ru; h=Received:Date:From:To:Message-ID:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:Sender:X-Spam-Status:Subject; b=Qx6aJiztaXIama8r8Ppd0/qNJk8iyB27d4YDTiskc5lqX0/t62soyVgpQFFHVJoxTf6BA0CIiCTDVd62ubO6tHMH5FOvxNVX6vmjEgK711s1St+vPZJHknd4iF1Kjd9Q3ioI/ruZkdCq374JUQF27fuJFQKrXTLVqNPlwwSaNmE=; Received: from codelabs.ru (pobox.codelabs.ru [144.206.177.45]) by pobox.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1HcfUe-000Ms5-EX; Sat, 14 Apr 2007 14:28:32 +0400 Date: Sat, 14 Apr 2007 14:28:28 +0400 From: Eygene Ryabinkin To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Message-ID: <20070414102827.GC87645@codelabs.ru> References: <200704081920.l38JK1XE060190@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200704081920.l38JK1XE060190@freefall.freebsd.org> Sender: rea-fbsd@codelabs.ru X-Spam-Status: No, score=-2.1 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_50 Cc: Subject: Re: bin/111387: prevent infinite loops for make's "Remaking Makefiles" feature X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Apr 2007 10:28:34 -0000 Just for the record: I've successfully recompiled all my ports (total number is 389, though I am not sure how much of them are using pmake and rebuilding their Makefile components on the fly) with the patched version of make. No problems were seen. -- Eygene