OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-476-gf2192b5
Gerrit Code Review
gerrit@openafs.org
Thu, 22 Aug 2024 02:06:03 -0400
The following commit has been merged in the master branch:
commit f2192b5476d9d10f6bd3706a665a667e5632de7d
Author: Cheyenne Wills <cwills@sinenomine.net>
Date: Tue Apr 18 16:21:04 2023 -0600
tests: Add COMMON_LIBS macro to src/tests/Makefile
In order to simplify a future change, introduce a Makefile macro that
defines the common libs used.
Add COMMON_LIBS which will initially be set to just $(LIBS).
Replace $(LIBS) with $(COMMON_LIBS) through the rest of the file. Add
$(COMMON_LIBS) to the afscp target.
In addition, split the long lines containing the list of libraries.
There are no functional changes in this commit.
Change-Id: Iaf1ef92fdc7fa6ec4adc0582f714416255c1c972
Reviewed-on: https://gerrit.openafs.org/15396
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
src/tests/Makefile.in | 140 ++++++++++++++++++++++++++++----------------------
1 file changed, 78 insertions(+), 62 deletions(-)
--
OpenAFS Master Repository