From fc626da7fd91ed0d2d18c963dc486763b45ee961 Mon Sep 17 00:00:00 2001 From: Mark Vitale Date: Wed, 9 Feb 2022 12:49:20 -0500 Subject: [PATCH] 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 Reviewed-by: Benjamin Kaduk Reviewed-by: Andrew Deason Tested-by: BuildBot Reviewed-by: Michael Meffie --- src/bubasics/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bubasics/Makefile.in b/src/bubasics/Makefile.in index e22a9c32de..bf7620da46 100644 --- a/src/bubasics/Makefile.in +++ b/src/bubasics/Makefile.in @@ -45,7 +45,7 @@ ${TOP_INCDIR}/afs/butx.h: butx.h libbubasics.a: $(OBJS) AFS_component_version_number.o -$(RM) -f libbubasics.a - ar r libbubasics.a ${OBJS} AFS_component_version_number.o + $(AR) crv libbubasics.a ${OBJS} AFS_component_version_number.o ${RANLIB} libbubasics.a butc.xdr.c: butc.xg