]> granicus.if.org Git - curl/commitdiff
make use of mv's backup feature so that calling the ca-bundle target more than once...
authorGunter Knauf <gk@gknw.de>
Sat, 9 Feb 2008 15:07:35 +0000 (15:07 +0000)
committerGunter Knauf <gk@gknw.de>
Sat, 9 Feb 2008 15:07:35 +0000 (15:07 +0000)
Makefile.am
Makefile.dist

index 7463efa9769aa79e2430bf94f8308811e143f782..139bb909e186d15e92fabcd06f6cfabda7b61130 100644 (file)
@@ -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
index 49789841361c0e4c9e15e048f69268c487075381..1bf67e44f3ab75ab8c13024a816a95c66793be56 100644 (file)
@@ -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