OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-384-gfc626da

Gerrit Code Review gerrit@openafs.org
Thu, 27 Jun 2024 18:47:47 -0400


The following commit has been merged in the master branch:
commit fc626da7fd91ed0d2d18c963dc486763b45ee961
Author: Mark Vitale <mvitale@sinenomine.net>
Date:   Wed Feb 9 12:49:20 2022 -0500

    bubasics: use config variable $(AR) to build libbubasics.a
    
    Since the original IBM code import, libbubasics.a has been built with a
    hardcoded 'ar' instead of the customary $(AR).
    
    For consistency with the rest of the tree (and in preparation for a
    future commit), convert this to use $(AR) instead.
    
    While here, also change the options from 'r' to the more typical 'crv'.
    
    Change-Id: If74e4b92188af9de7f504e3f588b7ee1070425fc
    Reviewed-on: https://gerrit.openafs.org/14895
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>

 src/bubasics/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
OpenAFS Master Repository