From owner-freebsd-doc@FreeBSD.ORG Fri Nov 3 03:18:12 2006 Return-Path: X-Original-To: freebsd-doc@freebsd.org Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17DA116A407; Fri, 3 Nov 2006 03:18:12 +0000 (UTC) (envelope-from bmah@freebsd.org) Received: from b.mail.sonic.net (b.mail.sonic.net [64.142.19.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75DBD43D55; Fri, 3 Nov 2006 03:18:11 +0000 (GMT) (envelope-from bmah@freebsd.org) Received: from [192.168.2.119] (hornet.kitchenlab.org [64.142.31.105]) (authenticated bits=0) by b.mail.sonic.net (8.13.8.Beta0-Sonic/8.13.7) with ESMTP id kA33IB6B009054 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 2 Nov 2006 19:18:11 -0800 Message-ID: <454AB4ED.4090109@freebsd.org> Date: Thu, 02 Nov 2006 19:18:05 -0800 From: "Bruce A. Mah" User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909) MIME-Version: 1.0 To: Tom Rhodes References: <454A9A72.4050005@freebsd.org> <20061102214151.273c4ef8.trhodes@FreeBSD.org> In-Reply-To: <20061102214151.273c4ef8.trhodes@FreeBSD.org> X-Enigmail-Version: 0.94.1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig8553D63E5B65C97583003746" Cc: freebsd-doc@freebsd.org Subject: Re: Install docs oddity X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 03:18:12 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig8553D63E5B65C97583003746 Content-Type: multipart/mixed; boundary="------------030303050206020700080407" This is a multi-part message in MIME format. --------------030303050206020700080407 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable If memory serves me right, Tom Rhodes wrote: > I can't find a patch in this email. :( >=20 > But I do think a lot of our build needs re-written, the problem > is where to start and what do we want to accomplish. Urk...did I forget that? Let's try that again, sorry about that. The change is pretty simple...I just removed _SUBDIRUSE from the dependency line of realinstall. It's not clear to me if there are any other ramifications of this change however. :-p I kind of wish I remembered more about how this stuff worked...I haven't seriously looked at this in like three or four years. Bruce. --------------030303050206020700080407 Content-Type: text/plain; x-mac-type="0"; x-mac-creator="0"; name="doc.subdir.mk.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline; filename="doc.subdir.mk.diff" Index: doc.subdir.mk =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/cvs/doc/share/mk/doc.subdir.mk,v retrieving revision 1.11 diff -u -r1.11 doc.subdir.mk --- doc.subdir.mk 5 Oct 2005 13:57:35 -0000 1.11 +++ doc.subdir.mk 3 Nov 2006 01:18:30 -0000 @@ -62,7 +62,7 @@ .if !target(install) install: afterinstall symlinks=20 afterinstall: realinstall -realinstall: beforeinstall _SUBDIRUSE +realinstall: beforeinstall .endif =20 package: realpackage symlinks --------------030303050206020700080407-- --------------enig8553D63E5B65C97583003746 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFSrTx2MoxcVugUsMRApU9AJ4m51bjPiYpSjEvkajaHWh2nkHJWgCg642r bB5WPXeRW0u5lLlftgSciFA= =gVR9 -----END PGP SIGNATURE----- --------------enig8553D63E5B65C97583003746--