From owner-freebsd-current Wed Nov 29 9:19:18 2000 Delivered-To: freebsd-current@freebsd.org Received: from reliant.nielsenmedia.com (reliant.nielsenmedia.com [205.129.32.15]) by hub.freebsd.org (Postfix) with ESMTP id 4AD7437B400; Wed, 29 Nov 2000 09:19:16 -0800 (PST) Received: from nmrusdunsxg2.nielsenmedia.com (nmrusdunsxg2.nielsenmedia.com [10.9.11.121]) by reliant.nielsenmedia.com (8.9.3/8.9.3) with ESMTP id MAA25184; Wed, 29 Nov 2000 12:19:15 -0500 (EST) Received: by nmrusdunsxg2.nielsenmedia.com with Internet Mail Service (5.5.2651.58) id ; Wed, 29 Nov 2000 12:19:14 -0500 Message-ID: <01D4D419B1A4D111A30400805FE65B13070AC0E8@nmrusdunsx1.nielsenmedia.com> From: "Gray, David W." To: "'John Baldwin'" Cc: FreeBSD Current list Subject: RE: more make release Date: Wed, 29 Nov 2000 12:19:13 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2651.58) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hmmm, I'm specifically talking about when you have MAKEOBJDIRPREFIX set to something other than /usr/obj - it *almost* works, but /bin/sh uses files generated on-the-fly that get put in the wrong places (in the chroot'ed hierarchy). (ONLY when building the crunches - makeworld runs fine.) I suppose its beating a dead horse (got around it with a symlink or two) but it niggles - but that whole environment is just too twisted to follow. :( -----Original Message----- From: John Baldwin [mailto:jhb@FreeBSD.org] Sent: Wednesday, November 29, 2000 12:10 PM To: Gray, David W. Cc: FreeBSD Current list Subject: RE: more make release On 29-Nov-00 Gray, David W. wrote: > BTW, is it considered a bug or a feature that you MUST use /usr/obj to > have make release work? I went in circles for quite a while before figuring > this out (I just didn't have much room in /usr, so was using the make env > variable to move the obj tree. It failed in various amusing ways whilst > building the crunches - in particular, the generated files for /bin/sh don't > go to the right places, and the makefile setup is too tangled for my tiny > brain.) Feature. make release starts off by doing an installworld into the chroot'd area and using that area to do a cleanroom make world from which the release bits are rolled. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message