| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH] xfstests: clean up dmapi Makefile |
| From: | Alex Elder <aelder@xxxxxxx> |
| Date: | Fri, 12 Feb 2010 15:45:22 -0600 |
| User-agent: | Heirloom mailx 12.4 7/29/08 |
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@xxxxxxx>
---
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
+
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: xfs_repair doesn't fix sb versionnum missing attr, Eric Sandeen |
|---|---|
| Next by Date: | Re: xfs_repair doesn't fix sb versionnum missing attr, C Linus Hicks |
| Previous by Thread: | [PATCH] xfsprogs: eliminate some build warnings, Alex Elder |
| Next by Thread: | Re: [PATCH] xfstests: clean up dmapi Makefile, Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |