Date: Sat, 18 Feb 2006 16:58:21 +0000 (UTC) From: Alexander Leidinger <netchild@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 Message-ID: <200602181658.k1IGwL6f049667@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
netchild 2006-02-18 16:58:21 UTC
FreeBSD src repository
Modified files:
. Makefile.inc1
Log:
A file can also be a link, so check not only for a file, but also for a link
in the delete-old and check-old targets.
We don't install a lib (libXY.so.Z) as a link, but an user may have created
something like this. This is dangerous if this link points to a different
version of the lib. So check for a link also in the *-lib targets (an
annoyed user which absolutely wants this redirection of a lib should use
libmap.conf instead of a link).
A directory can also be a link, but in this case just echo a message to
remove it by hand.
Revision Changes Path
1.535 +36 -14 src/Makefile.inc1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602181658.k1IGwL6f049667>
