Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jun 2012 16:42:45 +0300
From:      Kimmo Paasiala <kpaasial@gmail.com>
To:        freebsd-stable@freebsd.org
Subject:   Installworld and /usr/include/*.h modification times
Message-ID:  <CA%2B7WWSdnNQZY1Ei793cy4=54LED6A=o_qkMkYv5hTmF7E41D7w@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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".



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2B7WWSdnNQZY1Ei793cy4=54LED6A=o_qkMkYv5hTmF7E41D7w>