Date: Mon, 24 Mar 2008 10:49:12 -0700 From: David Wolfskill <david@catwhisker.org> To: Chuck Robey <chuckr@chuckr.org> Cc: freebsd-current@freebsd.org Subject: Re: patching Message-ID: <20080324174912.GM75023@bunrab.catwhisker.org> In-Reply-To: <47E7E283.5070406@chuckr.org> References: <47E55BD0.2000101@chuckr.org> <20080324164814.GA86990@dragon.NUXI.org> <47E7E283.5070406@chuckr.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
On Mon, Mar 24, 2008 at 01:18:59PM -0400, Chuck Robey wrote:
> ...
> > In otherwords, you have stale files in ${DESTDIR}/usr/include.
>
> Thanks, David, I'd found it a couple days ago, actually it was pointed directly
> to in an earlier email. I had somehow pulled a really old copy of tablet.h from
> my cvs archive onto my system....
Something I've been doing for a while to avoid that is to augment the
steps listed in src/UPDATING by prefixing the "make installworld" with
rm -fr /usr/include.old && mv /usr/include{,.old}
so once "make installworld" has completed, /usr/include is fresh.
I have had very few breaks -- even in CURRENT -- over the years since
adopting the approach. (And I generally track CURRENT daily.)
Note that the approach is not appropriate for a machine that has
/usr/include updated outside of the "make installworld" process -- but
my machines don't have that issue. (Still, note that I "move aside" the
old /usr/include, just in case....)
Peace,
david
--
David H. Wolfskill david@catwhisker.org
I submit that "conspiracy" would be an appropriate collective noun for cats.
See http://www.catwhisker.org/~david/publickey.gpg for my public key.
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (FreeBSD)
iEYEARECAAYFAkfn6ZcACgkQmprOCmdXAD30dQCcDI46nyJR79EnLBzRYIdS7YlN
mvwAniqDlq2GpvWh3a4jJ0AnLT9wxco+
=+o+7
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080324174912.GM75023>
