X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/80e2389990082500d76eb566d4946be3e786c3ef..d8f41ccd20de16f8ebe2ccc84d47bf1cb2b26bbb:/README.genanchors diff --git a/README.genanchors b/README.genanchors new file mode 100644 index 00000000..191278ee --- /dev/null +++ b/README.genanchors @@ -0,0 +1,14 @@ +# Build the genanchors target against the Base SDK. + +# Run the following commands: + +rm -rf resources/roots +svn export svn+ssh://src.apple.com/svn/security/tla/trunk/security_certificates/roots resources/roots +svn cat svn+ssh://src.apple.com/svn/security/tla/trunk/security_certificates/buildEVRoots | awk ' +BEGIN {s = 0} +/# ------------------------------------------------------------------------------/ { s = 1 } +/EOF/ {s = 0} +{ if(s == 1) { print }}' > resources/evroot.config +~/build/Debug/genanchors -a resources/roots -e resources/evroot.config -a resources/roots > evroots.h + +#Then commit the new evroots.h and evroot.config