From patchwork Fri Jan 20 21:21:40 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/6] build: "make distclean" should remove distribution tarball From: Chuck Lever X-Patchwork-Id: 137113 Message-Id: <20120120212140.13737.6708.stgit@degas.1015granger.net> To: fedfs-utils-devel@oss.oracle.com Date: Fri, 20 Jan 2012 16:21:40 -0500 "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 --- 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