Subject: CVS commit: sharesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 08/13/2000 21:20:54
Module Name: sharesrc
Committed By: itojun
Date: Sun Aug 13 18:20:54 UTC 2000
Modified Files:
sharesrc/share/mk [netbsd-1-5]: bsd.man.mk
Log Message:
pullup 1.53 -> 1.55 (approved by releng-1-5)
when install hard link for MLINKS, test timestamps, not $UPDATE.
without this change, "make install UPDATE=YES" will leave obsolete MLINKS
behind.
1.53 -> 1.54
> do not test $UPDATE nor file existence, on "MLINKS" installation.
> the check will leave original manpage and linked manpage unsynchronized,
> as we use hard link instead of symlinks.
>
> this backs out 1.37 -> 1.38 change.
1.54 -> 1.55
> MLINK optimization based on timestamp.
To generate a diff of this commit:
cvs rdiff -r1.53 -r1.53.2.1 sharesrc/share/mk/bsd.man.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.