OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-191-g8ae069a
Gerrit Code Review
gerrit@openafs.org
Tue, 18 Mar 2025 15:02:33 -0400
The following commit has been merged in the master branch:
commit 8ae069adc9c36dcfd66f8baca7993817db3acde3
Author: Michael Meffie <mmeffie@sinenomine.net>
Date: Fri Jun 21 09:20:01 2024 -0400
doc: Use ln force option to install man pages
The makefile target to install man pages tests for the existence of the
man page symlinks being installed and skips creating the symlinks that
already exist.
Instead, use the `ln` -f (force) option to recreate the symlinks, even
if they already exist. This ensures the links are correct and slightly
simplifies the man-page install recipe in the Makefile.
The `ln` -f (force) option is required by POSIX so should be available
on all the platforms we build on.
Change-Id: I79ebbcfb5d927232498e26607504eefe84164596
Reviewed-on: https://gerrit.openafs.org/16319
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
doc/man-pages/Makefile.in | 36 ++++++++++++------------------------
1 file changed, 12 insertions(+), 24 deletions(-)
--
OpenAFS Master Repository