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 2018/02/16 02:06:55 UTC

[trafficserver] branch master updated: Added -f to rm to fix build

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

zwoop 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 bd76ad5  Added -f to rm to fix build
bd76ad5 is described below

commit bd76ad5415f906f5996d55d66478d46c8b5a0f64
Author: Bryan Call <bc...@apache.org>
AuthorDate: Thu Feb 15 17:08:10 2018 -0800

    Added -f to rm to fix build
---
 doc/uml/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/uml/Makefile.am b/doc/uml/Makefile.am
index 5ea8a72..0026891 100644
--- a/doc/uml/Makefile.am
+++ b/doc/uml/Makefile.am
@@ -42,7 +42,7 @@ images/%.svg : %.uml
 	$(JAVA) -jar $(PLANTUML_JAR) -o images -tsvg $<
 
 clean-local:
-	rm images/*.svg
+	rm -f images/*.svg
 
 jar-check:
 	@if [ -z "$(PLANTUML_JAR)" ] ; then \

-- 
To stop receiving notification emails like this one, please contact
zwoop@apache.org.