OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-307-gaca3cac

Gerrit Code Review gerrit@openafs.org
Tue, 19 Aug 2025 16:00:44 -0400


The following commit has been merged in the master branch:
commit aca3cace37af0d76b46ae70a6f8a531acc53a074
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Tue Aug 12 15:17:23 2025 -0400

    macos: Remove DARWIN_PLIST and DARWIN_INFOFILE
    
    Clean up how the darwin info file in src/libafs is generated so the same
    output file name is always generated. Add a second AC_CONFIG_FILES
    invocation to add macos specific files.
    
    Add the darwin info file to the AC_CONFIG_FILES invocation using the
    literal tag "src/libafs/Info.plist", followed by a colon to specify the
    input file name based on the current sysname.
    
    Remove the now unused DARWIN_PLIST and DARWIN_INFOFILE build variables
    and update Makefiles to use the literal filename.
    
    Change-Id: I45f5c1771ab4b30387a744fcfdcfefd1fa1c8f08
    Reviewed-on: https://gerrit.openafs.org/16506
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>

 Makefile.in                        |  2 +-
 configure.ac                       | 31 ++++++++++++++++++-------------
 src/cf/sysname.m4                  |  2 --
 src/cf/variables.m4                |  1 -
 src/config/Makefile.config.in      |  1 -
 src/libafs/.gitignore              |  2 +-
 src/libafs/MakefileProto.DARWIN.in |  4 ++--
 7 files changed, 22 insertions(+), 21 deletions(-)

-- 
OpenAFS Master Repository