From owner-freebsd-ports@FreeBSD.ORG Thu Jun 4 04:12:43 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 B09A83F7 for ; Thu, 4 Jun 2015 04:12:43 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from udns.ultimatedns.net (unknown [IPv6:2602:d1:b4d6:e600:4261:86ff:fef6:aa2a]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7BC001DC5 for ; Thu, 4 Jun 2015 04:12:43 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id t544CZVF062108 for ; Wed, 3 Jun 2015 21:12:41 -0700 (PDT) (envelope-from bsd-lists@bsdforge.com) To: In-Reply-To: <20150604103925.72aaff66@B85M-HD3-0.alogt.com> References: <20150604103925.72aaff66@B85M-HD3-0.alogt.com> From: "Chris H" Subject: Re: make clean differs between machines/jails Date: Wed, 03 Jun 2015 21:12:41 -0700 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: <9844a2486fe3e7d75a8f56510916aded@ultimatedns.net> Content-Transfer-Encoding: 8bit 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 04:12:43 -0000 On Thu, 4 Jun 2015 10:39:25 +0800 Erich Dollansky wrote > 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: > > ===> Cleaning for libiconv-1.14_8 > ===> Cleaning for gettext-tools-0.19.4 > ===> Cleaning for gettext-runtime-0.19.4 > ===> Cleaning for indexinfo-0.2.3 > ===> Cleaning for expat-2.1.0_2 > ===> Cleaning for joe-4.0,1 > > >From inside a jail: > > ===> Cleaning for aspell-0.60.6.1_5 > ===> Cleaning for joe-4.0,1 > > 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. --Chris > > Erich > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"