mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:14:17 +03:00
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.
This commit is contained in:
parent
63d595a047
commit
d6f47cc60c
2 changed files with 2 additions and 2 deletions
|
|
@ -134,5 +134,5 @@ uninstall-hook:
|
|||
|
||||
ca-bundle: lib/mk-ca-bundle.pl
|
||||
@echo "generate a fresh ca-bundle.crt"
|
||||
@mv 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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue