* [PATCH] xfstests: clean up dmapi Makefile
@ 2010-02-12 21:45 Alex Elder
2010-02-14 21:45 ` Christoph Hellwig
0 siblings, 1 reply; 2+ messages in thread
From: Alex Elder @ 2010-02-12 21:45 UTC (permalink / raw)
To: xfs
The Makefile for the dmapi subdirectory gets generated
by the build process. It should be cleaned up when
doing a distclean.
Signed-off-by: Alex Elder <aelder@sgi.com>
---
Makefile | 4 ++++
1 file changed, 4 insertions(+)
Index: b/Makefile
===================================================================
--- a/Makefile
+++ b/Makefile
@@ -99,3 +99,7 @@ install-dev install-lib:
realclean distclean: clean
rm -f $(LDIRT) $(CONFIGURE)
rm -rf autom4te.cache Logs
+ifeq ($(HAVE_DMAPI), true)
+ rm -f $(DMAPI_MAKEFILE)
+endif
+
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] xfstests: clean up dmapi Makefile
2010-02-12 21:45 [PATCH] xfstests: clean up dmapi Makefile Alex Elder
@ 2010-02-14 21:45 ` Christoph Hellwig
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2010-02-14 21:45 UTC (permalink / raw)
To: Alex Elder; +Cc: xfs
> Index: b/Makefile
> ===================================================================
> --- a/Makefile
> +++ b/Makefile
> @@ -99,3 +99,7 @@ install-dev install-lib:
> realclean distclean: clean
> rm -f $(LDIRT) $(CONFIGURE)
> rm -rf autom4te.cache Logs
> +ifeq ($(HAVE_DMAPI), true)
> + rm -f $(DMAPI_MAKEFILE)
> +endif
Why not just remove it uncondtionally?
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-02-14 21:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-12 21:45 [PATCH] xfstests: clean up dmapi Makefile Alex Elder
2010-02-14 21:45 ` Christoph Hellwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox