Date: Sat, 11 Dec 1999 17:58:40 +0100 From: Marcel Moolenaar <marcel@scc.nl> To: John Hay <jhay@mikom.csir.co.za> Cc: Marcel Moolenaar <marcel@freebsd.org>, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <385282C0.E8BC0E5B@scc.nl> References: <199912111601.SAA45446@zibbi.mikom.csir.co.za>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?385282C0.E8BC0E5B>