You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ig...@apache.org on 2013/01/30 09:31:13 UTC

[1/2] git commit: get rid of .git* in asf-distdir: target.

get rid of .git* in asf-distdir: target.

in a way that makes everyone happy.


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/4ca9002d
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/4ca9002d
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/4ca9002d

Branch: refs/heads/master
Commit: 4ca9002d7b64738183e051de68aea7446a9a329e
Parents: 75a31f3
Author: Igor Galić <i....@brainsware.org>
Authored: Wed Jan 30 07:54:07 2013 +0100
Committer: Igor Galić <i....@brainsware.org>
Committed: Wed Jan 30 07:54:07 2013 +0100

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/4ca9002d/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 9a6bb8a..e62f690 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,7 +48,7 @@ asf-distdir:
 	@$(am__remove_distdir)
 	test -d .git && git clone . $(distdir) || svn export . $(distdir)
 	cd $(distdir) && autoreconf -i
-	rm -rf $(distdir)/autom4te.cache $(distdir)/.git
+	rm -- -r $(distdir)/autom4te.cache $(distdir)/.git $(distdir)/.gitignore
 
 asf-dist: asf-distdir
 	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2