Date: Mon, 04 Jun 2012 01:12:18 -0700 From: Doug Barton <dougb@FreeBSD.org> To: Christer Solskogen <christer.solskogen@gmail.com> Cc: Kimmo Paasiala <kpaasial@gmail.com>, freebsd-stable@freebsd.org Subject: Re: Installworld and /usr/include/*.h modification times Message-ID: <4FCC6DE2.6040106@FreeBSD.org> In-Reply-To: <CAMVU60YudCqQ4sBJa7ktd1HAo-gAzMhn1hVDF8cDQu9mR3JTog@mail.gmail.com> References: <CA%2B7WWSdnNQZY1Ei793cy4=54LED6A=o_qkMkYv5hTmF7E41D7w@mail.gmail.com> <CAMVU60YudCqQ4sBJa7ktd1HAo-gAzMhn1hVDF8cDQu9mR3JTog@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 06/04/2012 00:10, Christer Solskogen wrote: > On Fri, Jun 1, 2012 at 3:42 PM, Kimmo Paasiala <kpaasial@gmail.com> wrote: >> Hello list, >> >> Why are /usr/include files installed with "install -C" during "make >> installworld" when almost everything else is installed without the -C >> flag? This makes it harder to track which files were actually >> installed during the last "make installworld". One can easily find >> obsolete files (that are not covered with make delete-old(-libs)) >> with "find -x / -type f -mtime +suitable_time" but this doesn't work >> for /usr/include files because the modification times are not bumped >> on "make installworld". >> > > If you want, you can do this /after/ a buildworld > > # mv /usr/include /usr/include.old > # cd /usr/src You don't need to do those last 2 steps below if you mv /usr/include right before you do 'make installworld', FYI. > # make hierarchy > # make installincludes -- This .signature sanitized for your protection
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FCC6DE2.6040106>