diff mbox

[2/6] build: "make distclean" should remove distribution tarball

Message ID 20120120212140.13737.6708.stgit@degas.1015granger.net
State Accepted
Headers show

Commit Message

Chuck Lever Jan. 20, 2012, 9:21 p.m. UTC
"make distcheck" leaves a distribution tarball.  "make distclean"
should remove it, as it is generated by the build and not
distributed.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
---

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

diff --git a/Makefile.am b/Makefile.am
index c93c261..b89de65 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,7 +30,7 @@  EXTRA_DIST		= ChangeLog COPYING README INSTALL doxy.cfg .gitignore
 ACLOCAL_AMFLAGS		= -I m4
 
 CLEANFILES		= cscope.in.out cscope.out cscope.po.out *~
-DISTCLEANFILES		= Makefile.in ChangeLog
+DISTCLEANFILES		= Makefile.in ChangeLog fedfs-utils*.tar.gz
 
 ChangeLog:
 	git log > ChangeLog