]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r245571,245580:
authorbrooks <brooks@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 15 Mar 2013 20:52:00 +0000 (20:52 +0000)
committerbrooks <brooks@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 15 Mar 2013 20:52:00 +0000 (20:52 +0000)
commit4eac0f56a193792fbb7b021e3fe8268ba88b1917
treeb138a90d0cab1c0de3831253b56beaa2f476d9d6
parent1dae72c930f68af111a156fc39ff878d18b2a619
MFC r245571,245580:

In preparation for logging metadata about each filesystem object,
refactor the link section of distrib-dirs to alwasy install to a full
path (the link contents remain relative as they should).

Eliminate the use of the "rm -r[f] <foo>; ln -s <bar> <foo>" pattern in
favor of "ln -sfh <bar> <foo>".  None of these links could be directories
on a system installed in the last decade.

Sponsored by:   DARPA, AFRL

git-svn-id: svn://svn.freebsd.org/base/stable/9@248351 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
etc/Makefile