From owner-cvs-all Wed Sep 12 15:19: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 7B25E37B40F; Wed, 12 Sep 2001 15:18:56 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f8CMIt615112; Wed, 12 Sep 2001 16:18:55 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.4) with ESMTP id f8CMIst43283; Wed, 12 Sep 2001 16:18:54 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200109122218.f8CMIst43283@harmony.village.org> Subject: Re: cvs commit: src/sbin/reboot Makefile To: Marcel Moolenaar , Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Wed, 12 Sep 2001 16:16:21 MDT." <200109122216.f8CMGLt43250@harmony.village.org> References: <200109122216.f8CMGLt43250@harmony.village.org> <20010912134640.A639@dhcp01.pn.xcllnt.net> <200109121221.f8CCL9q93334@freefall.freebsd.org> Date: Wed, 12 Sep 2001 16:18:54 -0600 From: Warner Losh 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 In message <200109122216.f8CMGLt43250@harmony.village.org> Warner Losh writes: : : > Use ${MACHINE}, it works with cross-builds. : : : : More specifically, ${MACHINE} can be pc98 while ${MACHINE_ARCH} : : is i386. In userland you want to test for i386; not pc98. : : uname -m is the ${MACHINE_ARCH}, so that should be used instead. : Marcel is right. I just confirmed on my pc98 machine. arch -m is "i386" on pc98. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message