[fedfs-utils] [PATCH 2/6] build: "make distclean" should remove distribution tarball

Chuck Lever chuck.lever at oracle.com
Fri Jan 20 13:21:40 PST 2012


"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 at oracle.com>
---

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

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




More information about the fedfs-utils-devel mailing list