From owner-cvs-all Wed Sep 12 13:46:39 2001 Delivered-To: cvs-all@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id D25E437B414; Wed, 12 Sep 2001 13:46:29 -0700 (PDT) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.11.4/8.11.4) with ESMTP id f8CKkOm25964; Wed, 12 Sep 2001 13:46:24 -0700 (PDT) (envelope-from marcel@kayak.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.11.6/8.11.3) id f8CKkea00692; Wed, 12 Sep 2001 13:46:40 -0700 (PDT) (envelope-from marcel) Date: Wed, 12 Sep 2001 13:46:40 -0700 From: Marcel Moolenaar To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/reboot Makefile Message-ID: <20010912134640.A639@dhcp01.pn.xcllnt.net> References: <200109121221.f8CCL9q93334@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200109121221.f8CCL9q93334@freefall.freebsd.org> User-Agent: Mutt/1.3.21i 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 On Wed, Sep 12, 2001 at 05:21:08AM -0700, Ruslan Ermilov wrote: > ru 2001/09/12 05:21:08 PDT > > Modified files: > sbin/reboot Makefile > Log: > Use ${MACHINE}, it works with cross-builds. Unless something has changed, ${MACHINE} is only valid for kernel (related) sources. In userland ${MACHINE_ARCH} must be used More specifically, ${MACHINE} can be pc98 while ${MACHINE_ARCH} is i386. In userland you want to test for i386; not pc98. FYI, -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message