linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xfsprogs: remove generated scrub files under clean target
@ 2018-07-24  4:06 Eric Sandeen
  2018-07-24  4:17 ` Darrick J. Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Sandeen @ 2018-07-24  4:06 UTC (permalink / raw)
  To: linux-xfs

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] xfsprogs: remove generated scrub files under clean target
  2018-07-24  4:06 [PATCH] xfsprogs: remove generated scrub files under clean target Eric Sandeen
@ 2018-07-24  4:17 ` Darrick J. Wong
  0 siblings, 0 replies; 2+ messages in thread
From: Darrick J. Wong @ 2018-07-24  4:17 UTC (permalink / raw)
  To: Eric Sandeen; +Cc: linux-xfs

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-24  5:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-24  4:06 [PATCH] xfsprogs: remove generated scrub files under clean target Eric Sandeen
2018-07-24  4:17 ` Darrick J. Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).