[Cryptech-Commits] [sw/stm32] branch master updated: "make clean" needs to use "rm -f" to avoid gratuitous failures.

git at cryptech.is git at cryptech.is
Thu Sep 1 22:01:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch master
in repository sw/stm32.

The following commit(s) were added to refs/heads/master by this push:
       new  d746893   "make clean" needs to use "rm -f" to avoid gratuitous failures.
d746893 is described below

commit d7468933468bac63584a4db61d4a613ad5d68933
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Thu Sep 1 17:57:31 2016 -0400

    "make clean" needs to use "rm -f" to avoid gratuitous failures.
---
 libraries/libcli/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/libcli/Makefile b/libraries/libcli/Makefile
index c2dad35..ec79b37 100644
--- a/libraries/libcli/Makefile
+++ b/libraries/libcli/Makefile
@@ -19,4 +19,4 @@ libcli.a: libcli.o
 	$(AR) rcs $@ $^
 
 clean:
-	rm libcli.[ao]
+	rm -f libcli.[ao]

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list