From: Gunter Knauf Date: Sun, 10 Feb 2008 01:32:43 +0000 (+0000) Subject: removed 'mv' call and changed to use new backup feature of mk-ca-bundle.pl. X-Git-Tag: curl-7_18_1~136 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=940c075bd8608e3e00a7f0e7d9792bd410dc7293;p=thirdparty%2Fcurl.git removed 'mv' call and changed to use new backup feature of mk-ca-bundle.pl. --- diff --git a/Makefile.am b/Makefile.am index 139bb909e1..cd2103a117 100644 --- a/Makefile.am +++ b/Makefile.am @@ -134,5 +134,4 @@ uninstall-hook: ca-bundle: lib/mk-ca-bundle.pl @echo "generate a fresh ca-bundle.crt" - @-mv -vbVt lib/ca-bundle.crt lib/ca-bundle.crt.old - @perl $< -l -u lib/ca-bundle.crt + @perl $< -b -l -u lib/ca-bundle.crt diff --git a/Makefile.dist b/Makefile.dist index 1bf67e44f3..b599c0765c 100644 --- a/Makefile.dist +++ b/Makefile.dist @@ -263,7 +263,6 @@ vc8: ca-bundle: lib/mk-ca-bundle.pl @echo "generate a fresh ca-bundle.crt" - @-mv -vbVt lib/ca-bundle.crt lib/ca-bundle.crt.old - @perl $< -l -u lib/ca-bundle.crt + @perl $< -b -l -u lib/ca-bundle.crt