From owner-cvs-all Sat Dec 11 8:58:55 1999 Delivered-To: cvs-all@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id B6BCB14D6E; Sat, 11 Dec 1999 08:58:44 -0800 (PST) (envelope-from marcel@scc.nl) Received: from [212.238.132.94] (helo=scones.sup.scc.nl) by post.mail.nl.demon.net with esmtp (Exim 2.02 #1) id 11wpr1-0006YW-00; Sat, 11 Dec 1999 16:58:43 +0000 Received: from scc.nl (scones.sup.scc.nl [192.168.2.4]) by scones.sup.scc.nl (8.9.3/8.9.3) with ESMTP id RAA06057; Sat, 11 Dec 1999 17:58:40 +0100 (CET) (envelope-from marcel@scc.nl) Message-ID: <385282C0.E8BC0E5B@scc.nl> Date: Sat, 11 Dec 1999 17:58:40 +0100 From: Marcel Moolenaar Organization: SCC vof X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.5 i386) X-Accept-Language: en MIME-Version: 1.0 To: John Hay Cc: Marcel Moolenaar , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 References: <199912111601.SAA45446@zibbi.mikom.csir.co.za> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk John Hay wrote: > Make release is still broken here. The "problem" is the new ${MACHINE_ARCH} > that is added to /usr/obj in a "cheat" sort of way so that the What do you mean? > line in the release.2 line in release/Makefile can't find the stuff in the > /usr/obj dir. It then dies with: > > ------------- > install -C -o root -g wheel -m 444 /usr/src/include/osreldate.h /R/stage/trees/bin/usr/include > install: /usr/src/include/osreldate.h: No such file or directory > *** Error code 71 Aha! This is what phk is trying to tell me all along. I was just looking in the wrong places! > On a side note, while I like the idea of cross compiling, I would like > it if "make world" and just going into a source directory and doing a > make there, would use the same place for the object files. From just > looking at it, it looks like they will use different directories > under /usr/obj. Maybe define MAKEOBJDIRPREFIX to always have > MACHINE_ARCH included (somewhere in share/mk maybe?) or maybe not > have a standard "make world" add MACHINE_ARCH to /usr/obj? I'll do this way: MACHINE_ARCH will not be included when we're not cross-building. Other or better solutions can be thought of later. Thanks, -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ The FreeBSD project mailto:marcel@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message