diff mbox series

xfsprogs: remove generated scrub files under clean target

Message ID eed34d4b-7ec9-aedb-fbb3-1c887d375001@redhat.com (mailing list archive)
State Accepted
Headers show
Series xfsprogs: remove generated scrub files under clean target | expand

Commit Message

Eric Sandeen July 24, 2018, 4:06 a.m. UTC
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---


--
To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Darrick J. Wong July 24, 2018, 4:17 a.m. UTC | #1
On Mon, Jul 23, 2018 at 09:06:33PM -0700, Eric Sandeen wrote:
> Signed-off-by: Eric Sandeen <sandeen@redhat.com>

Looks ok,
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>

--D

> ---
> 
> diff --git a/scrub/Makefile b/scrub/Makefile
> index d9ab148..acebecc 100644
> --- a/scrub/Makefile
> +++ b/scrub/Makefile
> @@ -97,6 +97,8 @@ ifeq ($(HAVE_HDIO_GETGEO),yes)
>  LCFLAGS += -DHAVE_HDIO_GETGEO
>  endif
>  
> +LDIRT = $(XFS_SCRUB_ALL_PROG) *.service *.cron
> +
>  default: depend $(LTCOMMAND) $(XFS_SCRUB_ALL_PROG) $(OPTIONAL_TARGETS)
>  
>  xfs_scrub_all: xfs_scrub_all.in
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

diff --git a/scrub/Makefile b/scrub/Makefile
index d9ab148..acebecc 100644
--- a/scrub/Makefile
+++ b/scrub/Makefile
@@ -97,6 +97,8 @@  ifeq ($(HAVE_HDIO_GETGEO),yes)
 LCFLAGS += -DHAVE_HDIO_GETGEO
 endif
 
+LDIRT = $(XFS_SCRUB_ALL_PROG) *.service *.cron
+
 default: depend $(LTCOMMAND) $(XFS_SCRUB_ALL_PROG) $(OPTIONAL_TARGETS)
 
 xfs_scrub_all: xfs_scrub_all.in