From owner-freebsd-bugs@FreeBSD.ORG Fri Jun 14 22:37:14 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D6E64B16; Fri, 14 Jun 2013 22:37:14 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B13B91C56; Fri, 14 Jun 2013 22:37:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5EMbEAp096212; Fri, 14 Jun 2013 22:37:14 GMT (envelope-from brooks@freefall.freebsd.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5EMbEvP096211; Fri, 14 Jun 2013 22:37:14 GMT (envelope-from brooks) Date: Fri, 14 Jun 2013 22:37:14 GMT Message-Id: <201306142237.r5EMbEvP096211@freefall.freebsd.org> To: eirnym@gmail.com, brooks@FreeBSD.org, freebsd-bugs@FreeBSD.org From: brooks@FreeBSD.org Subject: Re: conf/178547: new install (see UPDATING 20130121) break crossbuild process. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jun 2013 22:37:14 -0000 Synopsis: new install (see UPDATING 20130121) break crossbuild process. State-Changed-From-To: open->patched State-Changed-By: brooks State-Changed-When: Fri Jun 14 22:33:08 UTC 2013 State-Changed-Why: Fixed in head. Note that the hierarchy and distrib-dir targets are not documented for direct use. You should be able to get the same result by replacing: make TARGET=amd64 DESTDIR=${DESTDIR} hierarchy distrib-dirs distribution installworld with make TARGET=amd64 DESTDIR=${DESTDIR} installworld distribution http://www.freebsd.org/cgi/query-pr.cgi?pr=178547