From: Darrick J. Wong Date: Thu, 11 Jun 2026 14:33:57 +0000 (-0700) Subject: xfs_healer: don't put the slice file in LDIRT X-Git-Tag: v7.1.0~39 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f6505519ef79379743989cc02a2bbef4261a8c88;p=xfsprogs-dev.git xfs_healer: don't put the slice file in LDIRT The slice file isn't generated, it's merely copied as-is when installed. Therefore it shouldn't be in LDIRT. Signed-off-by: "Darrick J. Wong" Reviewed-by: Andrey Albershteyn --- diff --git a/healer/Makefile b/healer/Makefile index a95ef958..e3c41e66 100644 --- a/healer/Makefile +++ b/healer/Makefile @@ -37,17 +37,16 @@ INSTALL_HEALER += install-systemd SYSTEMD_SERVICES=\ system-xfs_healer.slice \ $(XFS_HEALER_SVCNAME) +LDIRT += $(XFS_HEALER_SVCNAME) OPTIONAL_TARGETS += $(SYSTEMD_SERVICES) endif # HAVE_SYSTEMD ifeq ($(HAVE_HEALER_START_DEPS),yes) BUILD_TARGETS += xfs_healer_start -LDIRT += xfs_healer_start xfs_healer_start.o +LDIRT += xfs_healer_start xfs_healer_start.o xfs_healer_start.service SYSTEMD_SERVICES += xfs_healer_start.service endif # xfs_healer_start deps -LDIRT += $(SYSTEMD_SERVICES) - default: depend $(BUILD_TARGETS) $(SYSTEMD_SERVICES) ifeq ($(CHECKSRC),2)