You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2013/09/10 17:10:08 UTC

[42/48] git commit: remove Makefile-pl on make distclean

remove Makefile-pl on make distclean


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

Branch: refs/heads/5.0.x
Commit: b61c6dfc52f1cd52c575f65709a1fdc9616812ed
Parents: a061d7c
Author: James Peach <jp...@apache.org>
Authored: Mon Sep 9 16:30:12 2013 -0700
Committer: James Peach <jp...@apache.org>
Committed: Mon Sep 9 16:30:12 2013 -0700

----------------------------------------------------------------------
 lib/perl/Makefile.am | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/b61c6dfc/lib/perl/Makefile.am
----------------------------------------------------------------------
diff --git a/lib/perl/Makefile.am b/lib/perl/Makefile.am
index be6ea76..0622e51 100644
--- a/lib/perl/Makefile.am
+++ b/lib/perl/Makefile.am
@@ -26,6 +26,9 @@ Makefile-pl: Makefile.PL
 	-[ $(srcdir) != $(builddir) ] && cp -rf $(abs_srcdir)/. $(builddir)/.
 	$(PERL) Makefile.PL INSTALLDIRS=$(INSTALLDIRS) PREFIX=$(prefix)
 
+distclean-local:
+	-rm -f Makefile-pl
+
 #test: check
 
 #check-local: Makefile-pl