Short circuit ranlib in trap handler.
This commit is contained in:
@@ -128,7 +128,7 @@ libcrypto*|*.dll) # must be linking a shared lib...
|
|||||||
# Temporarily remove fipscanister.o from libcrypto.a!
|
# Temporarily remove fipscanister.o from libcrypto.a!
|
||||||
# We are required to use the standalone copy...
|
# We are required to use the standalone copy...
|
||||||
trap 'ar r "${THERE}/libcrypto.a" "${CANISTER_O}";
|
trap 'ar r "${THERE}/libcrypto.a" "${CANISTER_O}";
|
||||||
(ranlib "${THERE}/libcrypto.a") 2>/dev/null;
|
(ranlib "${THERE}/libcrypto.a") 2>/dev/null || :;
|
||||||
sleep 1;
|
sleep 1;
|
||||||
touch -c "${TARGET}"' 0
|
touch -c "${TARGET}"' 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user