From owner-cvs-all Thu Apr 11 6:44: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AAD0C37B42F; Thu, 11 Apr 2002 06:43:50 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3BDhoI43044; Thu, 11 Apr 2002 06:43:50 -0700 (PDT) (envelope-from ru) Message-Id: <200204111343.g3BDhoI43044@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 11 Apr 2002 06:43:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/04/11 06:43:50 PDT Modified files: . Makefile.inc1 Log: Don't special case i386/pc98, replace it with the smarter logic of setting ${TARGET} -- make it default to ${MACHINE} if we are not cross-building, and ${TARGET_ARCH} otherwise. Set MAKEOBJDIREPREFIX based on ${TARGET}, not on ${TARGET_ARCH}. This is useful if you want to cross-build pc98 worlds on i386. Revision Changes Path 1.252 +6 -9 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message