From owner-freebsd-current@FreeBSD.ORG Fri Jul 27 15:53:13 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C9DE1065670 for ; Fri, 27 Jul 2012 15:53:13 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-gg0-f182.google.com (mail-gg0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 46BE08FC14 for ; Fri, 27 Jul 2012 15:53:13 +0000 (UTC) Received: by ggnm2 with SMTP id m2so3949153ggn.13 for ; Fri, 27 Jul 2012 08:53:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=jH7RSkCFb6VFFATVNTBN+9DSYN/6aYkBqNsSRERPla4=; b=0svZcYyFXIJTry5jMCUC+GuvWj2FmBvzAzEisDCl903dVGthXKhj8FhhK1cMv74hEW n6L4IpaZmLRAB7+eq46qQm0unMkPVdIsTNVqK36C45IHQt0dItR7pUh11Z5nyb4k6wXF y1q3TVEmYeuVHLZdkCl1roQxgZOe67A9ifw33Vw1fG0gA9a7BA020zsw57iLsQYT/oot SSfxuhdNjnWdeoPbG+SGaGSyiWMT+++TPkYUq5OsKmHbz1Cuz4kSoC2TCwl22sFmldut 9kTnoZHwtrqsH8ei45my6AI4zTSnAq8LFDTf6LJFeQRiUDyNckrg/lEEHjM9xl53aVoe Qf/g== MIME-Version: 1.0 Received: by 10.50.169.73 with SMTP id ac9mr5159245igc.29.1343404392461; Fri, 27 Jul 2012 08:53:12 -0700 (PDT) Received: by 10.64.171.101 with HTTP; Fri, 27 Jul 2012 08:53:12 -0700 (PDT) In-Reply-To: References: <50122891.5050301@rsu.ru> <20120727142601.GJ60764@e-Gitt.NET> Date: Fri, 27 Jul 2012 08:53:12 -0700 Message-ID: From: Garrett Cooper To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: make release recursion X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jul 2012 15:53:13 -0000 On Fri, Jul 27, 2012 at 8:37 AM, Garrett Cooper wrote: > On Fri, Jul 27, 2012 at 7:26 AM, Oliver Brandmueller wrote: >> Hi, >> >> On Fri, Jul 27, 2012 at 09:35:13AM +0400, Alexander Pyhalov wrote: >>> Hello. >>> I've tried to do "make cdrom" on recent 10-current (svn revision 238763) >>> and got after day of work: >> [...] >>> It seems, it continued to add files to some archive recursively... Is it >>> a bug or maybe I just can't cook it properly? >> >> just to note: I just ran into the same thing with 9-STABLE > > This is a known change after 9.0-RELEASE, but out of curiosity, > how are you invoking make? I know how things in general need to be > fixed but I need to figure out which variable you're passing in > incorrectly. Another good reference to note: http://lists.freebsd.org/pipermail/freebsd-current/2011-June/025326.html . You're not the first people to stumble on this, so I'm filing a PR to help fix it. Thanks, -Garrett