From owner-cvs-all@FreeBSD.ORG Tue Mar 1 20:04:44 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D3FB16A4CE; Tue, 1 Mar 2005 20:04:44 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74D6743D41; Tue, 1 Mar 2005 20:04:43 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j21K4f0J099062; Tue, 1 Mar 2005 22:04:41 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 80944-16; Tue, 1 Mar 2005 22:04:41 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j21K4eF4099059 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 1 Mar 2005 22:04:40 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id j21K4pnc099790; Tue, 1 Mar 2005 22:04:51 +0200 (EET) (envelope-from ru) Date: Tue, 1 Mar 2005 22:04:46 +0200 From: Ruslan Ermilov To: Garance A Drosihn Message-ID: <20050301200446.GA99767@ip.net.ua> References: <20050228182618.GB56766@dragon.nuxi.com> <20050228.162519.112582505.imp@bsdimp.com> <20050301031236.GB81726@dragon.nuxi.com> <200503011302.04376.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dDRMvlgZJXvWKvBx" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: obrien@FreeBSD.org cc: John Baldwin Subject: Re: cvs commit: src Makefile.inc1 src/share/mk bsd.compat.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2005 20:04:44 -0000 --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 01, 2005 at 02:13:25PM -0500, Garance A Drosihn wrote: > But from other messages David has sent, it sounds like it is not > still working for him, for some odd reason. He said that he's > lost multiple /usr/obj trees due to this. I wonder if there's > some situation where the fall-back doesn't work quite right. >=20 > [I suppose I should just run some tests to see what it does...] >=20 Yes, it's possible if you run Makefile.inc1 directly, bypassing src/Makefile wrapper, like this: make -f Makefile.inc1 But you're putting yourself in a lot of trouble by doing it this way, mainly by skipping make(1) checks and possibly using non up-to-date versions of bsd.*.mk files (that last is the reason why NOCLEAN could have not worked). Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --dDRMvlgZJXvWKvBx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFCJMreqRfpzJluFF4RAlCiAJ9y3AyWFY4I0TqLq4i0HxqByINuPgCcCiy1 jADvIS5EOe7NqcsOv0Qd8C0= =yUwQ -----END PGP SIGNATURE----- --dDRMvlgZJXvWKvBx--