From owner-freebsd-ports@FreeBSD.ORG Thu Jun 4 05:41:34 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB07B401 for ; Thu, 4 Jun 2015 05:41:34 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A827710F1 for ; Thu, 4 Jun 2015 05:41:34 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=/Mt5h24TMM43BTkqt8hJp6A+gWWfiRTHS6BLxeCbLwU=; b=t3I8LHI6plJHN0VBG27TdWeYarjHdtTUr3K3ZBJ6jjC8zMtdrvuNOSdDqfB9LKaDYERaNH1YPiGUBSnHglr44PL2z+Ej9mRHxRIs0spCDQx+Iiw/m2KyPIuqEa3gj5lapO/S0eE+gysnGiYCRTpYH5kDJ0S6OGJo/lMhH5DvU7k=; Received: from [114.124.35.247] (port=62247 helo=B85M-HD3-0.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1Z0NuG-003OkE-6B; Wed, 03 Jun 2015 23:41:32 -0600 Date: Thu, 4 Jun 2015 13:41:27 +0800 From: Erich Dollansky To: "Chris H" Cc: Subject: Re: make clean differs between machines/jails Message-ID: <20150604134127.279f19ab@B85M-HD3-0.alogt.com> In-Reply-To: <9844a2486fe3e7d75a8f56510916aded@ultimatedns.net> References: <20150604103925.72aaff66@B85M-HD3-0.alogt.com> <9844a2486fe3e7d75a8f56510916aded@ultimatedns.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jun 2015 05:41:34 -0000 Hi, On Wed, 03 Jun 2015 21:12:41 -0700 "Chris H" wrote: > On Thu, 4 Jun 2015 10:39:25 +0800 Erich Dollansky > wrote > > > I just wondered by the same makefile leads to different results. > > Here is the output of a 'make clean' from two machines/jails using > > the same ports tree: > > > > > > Does anybody know why it is like this? > I don't know I can say for sure. But is it possible that the > list outside the jail had not been built/installed before. > Whereas those listed outside the jail, had already been > built/installed before inside the jail? > > Meaning; if the port had already been built/installed before, > it wouldn't show up in the "cleaning" list. > makes sense. I assume now that a port shows up when its 'work' directory exists. Do you know more about it? Erich