From owner-freebsd-commit Fri Sep 29 14:02:17 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA02558 for freebsd-commit-outgoing; Fri, 29 Sep 1995 14:02:17 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA02546 for cvs-all-outgoing; Fri, 29 Sep 1995 14:02:14 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA02534 for cvs-sbin-outgoing; Fri, 29 Sep 1995 14:02:10 -0700 Received: from aslan.cdrom.com (aslan.cdrom.com [192.216.223.142]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id OAA02523 ; Fri, 29 Sep 1995 14:01:59 -0700 Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by aslan.cdrom.com (8.6.12/8.6.9) with SMTP id OAA25322; Fri, 29 Sep 1995 14:01:10 -0700 Message-Id: <199509292101.OAA25322@aslan.cdrom.com> X-Authentication-Warning: aslan.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: Mark Murray cc: "Justin T. Gibbs" , "Garrett A. Wollman" , "Andrey A. Chernov" , CVS-commiters@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Subject: Re: cvs commit: src/sbin Makefile In-reply-to: Your message of "Fri, 29 Sep 1995 22:52:08 +0200." <199509292052.WAA22804@grumble.grondar.za> Date: Fri, 29 Sep 1995 14:01:09 -0700 From: "Justin T. Gibbs" Sender: owner-commit@FreeBSD.org Precedence: bulk >Not so. Look at the src/release/Makefile release.2: target. There is a >positively disgusting hack to get eBones bootstrapped into the >make release. If MAKE_EBONES is in your personal make.conf, things >break later when you try to make world without it, as you have a >nasty mix of secure, eBones and a make.conf with _no_ MAKE_EBONES. >Trust me on this one, and ask Jordan and Gary too - they ended up >phoning me here in South Africa to fix this same problem :-O. I don't think this is true anymore. I don't see how having secure binaries could prevent you from building non-secure binaries. It just doesn't make any sense. David complained to me last week about make release not working unless the libraries are in the chroot tree. Look at release.2: release.2: @cd ${.CURDIR} ; $(MAKE) ckRELEASEDIR cd ${.CURDIR}/../etc && make distrib-dirs DESTDIR=${RD}/trees/bin cd ${.CURDIR}/.. ; make distribute DISTDIR=${RD}/trees cd ${.CURDIR}/../eBones && ( \ make bootstrap ;\ The make bootstrap will fail (or used too until I did the LDADD fixes to eBones) since the libraries aren't *installed* in the bootstrap target until after all of eBones is built. I think it was kprop that fell over first. >I agree though that this make system is ropey as hell... Yup. >-- >Mark Murray >46 Harvey Rd, Claremont, Cape Town 7700, South Africa >+27 21 61-3768 GMT+0200 >Finger mark@grumble.grondar.za for PGP key -- Justin T. Gibbs =========================================== Software Developer - Walnut Creek CDROM FreeBSD: Turning PCs into workstations ===========================================