[PATCH] xfstests: clean up dmapi Makefile
Alex Elder
aelder at sgi.com
Fri Feb 12 15:45:22 CST 2010
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 at 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
+
More information about the xfs
mailing list