Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jun 2012 09:10:33 +0200
From:      Christer Solskogen <christer.solskogen@gmail.com>
To:        Kimmo Paasiala <kpaasial@gmail.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Installworld and /usr/include/*.h modification times
Message-ID:  <CAMVU60YudCqQ4sBJa7ktd1HAo-gAzMhn1hVDF8cDQu9mR3JTog@mail.gmail.com>
In-Reply-To: <CA%2B7WWSdnNQZY1Ei793cy4=54LED6A=o_qkMkYv5hTmF7E41D7w@mail.gmail.com>
References:  <CA%2B7WWSdnNQZY1Ei793cy4=54LED6A=o_qkMkYv5hTmF7E41D7w@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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" =C2=A0when 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 =C2=A0(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
# make hierarchy
# make installincludes
--=20
chs,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMVU60YudCqQ4sBJa7ktd1HAo-gAzMhn1hVDF8cDQu9mR3JTog>