Updated Branches: refs/heads/master 75a31f348 -> f9d1ef475
Delete .git* in asf-dist: Target This commit should make everyone happy. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/f9d1ef47 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/f9d1ef47 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/f9d1ef47 Branch: refs/heads/master Commit: f9d1ef475ffdee6fd17cb624a8108cff71b74b3a Parents: 4ca9002 Author: Igor GaliÄ <i.ga...@brainsware.org> Authored: Wed Jan 30 09:29:48 2013 +0100 Committer: Igor GaliÄ <i.ga...@brainsware.org> Committed: Wed Jan 30 09:29:48 2013 +0100 ---------------------------------------------------------------------- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f9d1ef47/Makefile.am ---------------------------------------------------------------------- diff --git a/Makefile.am b/Makefile.am index e62f690..a6a0b93 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 -- -r $(distdir)/autom4te.cache $(distdir)/.git $(distdir)/.gitignore + rm -rf -- $(distdir)/autom4te.cache $(distdir)/.git $(distdir)/.gitignore asf-dist: asf-distdir tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2