OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-495-gf936407
Gerrit Code Review
gerrit@openafs.org
Fri, 5 Jun 2026 12:38:22 -0400
The following commit has been merged in the master branch:
commit c5988d40f4e89345f3449acfe4eb524fac6767bd
Author: Michael Meffie <mmeffie@sinenomine.net>
Date: Wed May 27 08:07:02 2026 -0400
Install LICENSE file
Update the install targets in the top-level Makefile to install the
project LICENSE file. Install the file to the conventional location,
which is "/usr/local/share/doc/openafs/LICENSE" by default. The location
may be set by specifying the installation variables (e.g., prefix,
docdir) when running configure or make
- Add commands in the install* targets to install the LICENSE file to
the `$(DESTDIR)$(docdir)` directory.
- Update the src/config/Makefile.config.in to set the Makefile `docdir`
and `PACKAGE_TARNAME` macros from the configure variables.
The `PACKAGE_TARNAME` is used within the `docdir` variable expansion.
The default `docdir` variable expansion is:
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
The legacy `make dest*` targets already install the LICENSE file, but to
the top-level directory of the "dest" tree. The user copies the "dest"
files to the target system manually.
Change-Id: I3a584afb9455fdba3bcae272562211d7c69ef711
Reviewed-on: https://gerrit.openafs.org/16804
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Makefile.in | 6 ++++++
src/config/Makefile.config.in | 2 ++
2 files changed, 8 insertions(+)
--
OpenAFS Master Repository