From owner-freebsd-ports@FreeBSD.ORG Thu Jun 4 02:39:32 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE3A0831 for ; Thu, 4 Jun 2015 02:39:32 +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 BE10316BB for ; Thu, 4 Jun 2015 02:39:32 +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:Message-ID:Subject:To:From:Date; bh=/VsFlOL44oeCl122IK9u7aKI+6yW6NF05pB9HzoxFtY=; b=Dx8T5QZ5CuDIRvQP386ojhXNNQ6ZGe4tKADTSTDRULGl0bHx5bT2SK9YBA/ohwjAL9Nq63R3PnESkM5pzpyOw0Wm9MPPDlLCrSnQ/PsVNVAGXq1oxkeopWzwCrLteJtKrG/9IfCqFj8L2Q9nFXx/bxm5vILPQRlrAbxWhspB3x4=; Received: from [114.124.35.247] (port=39678 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 1Z0L47-001fkx-42 for freebsd-ports@freebsd.org; Wed, 03 Jun 2015 20:39:31 -0600 Date: Thu, 4 Jun 2015 10:39:25 +0800 From: Erich Dollansky To: freebsd-ports@freebsd.org Subject: make clean differs between machines/jails Message-ID: <20150604103925.72aaff66@B85M-HD3-0.alogt.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable 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 02:39:33 -0000 Hi, 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: Outside a jail: =3D=3D=3D> Cleaning for libiconv-1.14_8=20 =3D=3D=3D> Cleaning for gettext-tools-0.19.4=20 =3D=3D=3D> Cleaning for gettext-runtime-0.19.4 =3D=3D=3D> Cleaning for indexinfo-0.2.3 =3D=3D=3D> Cleaning for expat-2.1.0_2 =3D=3D=3D> Cleaning for joe-4.0,1 =46rom inside a jail: =3D=3D=3D> Cleaning for aspell-0.60.6.1_5 =3D=3D=3D> Cleaning for joe-4.0,1 Does anybody know why it is like this? Erich