The following commit has been merged in the master branch: commit 8ae069adc9c36dcfd66f8baca7993817db3acde3 Author: Michael Meffie <mmef...@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 <build...@rampaginggeek.com> Reviewed-by: Cheyenne Wills <cwi...@sinenomine.net> Reviewed-by: Michael Meffie <mmef...@sinenomine.net> doc/man-pages/Makefile.in | 36 ++++++++++++------------------------ 1 file changed, 12 insertions(+), 24 deletions(-) -- OpenAFS Master Repository _______________________________________________ OpenAFS-cvs mailing list OpenAFS-cvs@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-cvs