From owner-freebsd-bugs@FreeBSD.ORG Fri Feb 22 23:50:02 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5BA116A402 for ; Fri, 22 Feb 2008 23:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9776113C46E for ; Fri, 22 Feb 2008 23:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1MNo2PK024239 for ; Fri, 22 Feb 2008 23:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1MNo22f024238; Fri, 22 Feb 2008 23:50:02 GMT (envelope-from gnats) Date: Fri, 22 Feb 2008 23:50:02 GMT Message-Id: <200802222350.m1MNo22f024238@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Dylan Cochran" Cc: Subject: Re: conf/91959: incorrect cross-install ?(/usr/src/etc/Makefile) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dylan Cochran List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 23:50:02 -0000 The following reply was made to PR conf/91959; it has been noted by GNATS. From: "Dylan Cochran" To: bug-followup@freebsd.org, KK.Kon Cc: Subject: Re: conf/91959: incorrect cross-install ?(/usr/src/etc/Makefile) Date: Fri, 22 Feb 2008 18:40:06 -0500 Makefile.inc1 sets MACHINE and MACHINE_ARCH to TARGET and TARGET_ARCH respectively, before running the actual copy; did you change TARGET and TARGET_ARCH or just one?