From owner-freebsd-current@FreeBSD.ORG Fri Mar 19 22:16:53 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16D4716A4CE for ; Fri, 19 Mar 2004 22:16:53 -0800 (PST) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8DCF43D2D for ; Fri, 19 Mar 2004 22:16:51 -0800 (PST) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.10/8.12.9) with ESMTP id i2K6LbCP072631 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 20 Mar 2004 08:21:38 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i2K6GkFp058476; Sat, 20 Mar 2004 08:16:46 +0200 (EET) (envelope-from ru) Date: Sat, 20 Mar 2004 08:16:46 +0200 From: Ruslan Ermilov To: Peter Jeremy Message-ID: <20040320061645.GA58430@ip.net.ua> References: <20040319034850.GA1157@xor.obsecurity.org> <20040319074522.GB18091@ip.net.ua> <20040320033216.GR56509@cirb503493.alcatel.com.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vtzGhvizbBRQ85DL" Content-Disposition: inline In-Reply-To: <20040320033216.GR56509@cirb503493.alcatel.com.au> User-Agent: Mutt/1.5.6i X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: current@freebsd.org Subject: Re: Upgrade broken by getopt_long_only() X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Mar 2004 06:16:53 -0000 --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Mar 20, 2004 at 02:32:16PM +1100, Peter Jeremy wrote: > On Fri, Mar 19, 2004 at 09:45:22AM +0200, Ruslan Ermilov wrote: > >P.S. I wonder how people manage to screw up their so > >often... :-( >=20 > I have a nasty feeling that one of build{world,kernel} or > install{world,kernel} with DESTDIR !=3D '/' manages to update the > /usr/include/osreldate.h - at least sometimes. I have had > on a -stable system turn into a 5.x version after using > the system to build -CURRENT and install it on a different slice. >=20 Very unlikely. osreldate.h is just part of INCS in src/include/Makefile, and as such it simply gets installed to ${DESTDIR}${INCSDIR} =3D=3D ${DESTDIR}${INCLUDEDIR} =3D=3D ${DESTDIR}/usr/include. Or you'd have lot of headers "upgraded" if you attempted installworld and misspelled DESTDIR. Cheers, --=20 Ruslan Ermilov FreeBSD committer ru@FreeBSD.org --vtzGhvizbBRQ85DL Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAW+HNUkv4P6juNwoRAgekAJ9vT7A/22u5FtJs9HqtrK23uMaBXwCdHtRN DhF56veHmDK0nauqeWcHQx4= =khRZ -----END PGP SIGNATURE----- --vtzGhvizbBRQ85DL--