From 1efa4e49f2dabe2f3a1ef235e21a96ae9d5ff6bf Mon Sep 17 00:00:00 2001 From: Mark Vitale Date: Mon, 7 Dec 2020 14:42:54 -0500 Subject: [PATCH] vol: always build vol-bless utility In order to avoid future bit-rot, always build vol-bless. Also add it to the clean rule. However, continue to leave it undistributed and uninstalled by default. Change-Id: I3d2dc94c28a7feeb20167223655e97538e807ce6 Reviewed-on: https://gerrit.openafs.org/14464 Tested-by: BuildBot Reviewed-by: Stephan Wiesand Reviewed-by: Cheyenne Wills Reviewed-by: Benjamin Kaduk --- src/vol/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/vol/Makefile.in b/src/vol/Makefile.in index eab7903..6cab766 100644 --- a/src/vol/Makefile.in +++ b/src/vol/Makefile.in @@ -38,6 +38,7 @@ all: gi \ salvager \ volinfo \ volscan \ + vol-bless \ fssync-debug \ $(XFS_SIZE_CHECK) \ ${TOP_INCDIR}/afs/nfs.h \ @@ -243,7 +244,7 @@ xfs_size_check: xfs_size_check.o # clean: $(RM) -f *.o *.a AFS_component_version_number.c - $(RM) -f ${SCMPROGS} ${STAGEPROGS} core salvager volinfo volscan gi fssync-debug + $(RM) -f ${SCMPROGS} ${STAGEPROGS} core salvager volinfo volscan vol-bless gi fssync-debug include ../config/Makefile.version -- 1.9.4