This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 6a3c519  Allows to run make clean multiple times
6a3c519 is described below

commit 6a3c5198ad5498f836986c7c29132f5ecf803a58
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Tue Jan 15 16:50:18 2019 -0700

    Allows to run make clean multiple times
---
 lib/perl/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/perl/Makefile.am b/lib/perl/Makefile.am
index 591ee2b..4a7c4de 100644
--- a/lib/perl/Makefile.am
+++ b/lib/perl/Makefile.am
@@ -32,7 +32,7 @@ Makefile-pl: Makefile.PL $(top_builddir)/config.status
        $(PERL) Makefile.PL INSTALLDIRS=$(INSTALLDIRS) INSTALL_BASE=$(prefix) 
PREFIX=
 
 clean-local:
-       -rm Makefile-pl
+       -rm -f Makefile-pl
 
 distclean-local:
        -rm -rf Makefile-pl MYMETA.* blip

Reply via email to