diff options
author | Gunter Knauf <gk@gknw.de> | 2008-02-09 15:07:35 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2008-02-09 15:07:35 +0000 |
commit | d6f47cc60c53a102413b1fd1762e7606ddf0bd03 (patch) | |
tree | baa2ee5c25858c6303f2585fb2a9b7175a94bfc0 /Makefile.dist | |
parent | 63d595a047d852aa82d3829c7fa6a6d7c8306dea (diff) | |
download | curl-d6f47cc60c53a102413b1fd1762e7606ddf0bd03.tar.gz |
make use of mv's backup feature so that calling the ca-bundle target more than once will never fail; ignore error which can occure if for whatever reason there's no orignial ca-bundle.crt to rename.
Diffstat (limited to 'Makefile.dist')
-rw-r--r-- | Makefile.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.dist b/Makefile.dist index 497898413..1bf67e44f 100644 --- a/Makefile.dist +++ b/Makefile.dist @@ -263,7 +263,7 @@ vc8: ca-bundle: lib/mk-ca-bundle.pl @echo "generate a fresh ca-bundle.crt" - @mv -v lib/ca-bundle.crt lib/ca-bundle.crt.old + @-mv -vbVt lib/ca-bundle.crt lib/ca-bundle.crt.old @perl $< -l -u lib/ca-bundle.crt |