1 # Build the genanchors target against the Base SDK.
3 # Run the following commands:
6 svn export svn+ssh://src.apple.com/svn/security/tla/trunk/security_certificates/roots resources/roots
7 svn cat svn+ssh://src.apple.com/svn/security/tla/trunk/security_certificates/buildEVRoots | awk '
9 /# ------------------------------------------------------------------------------/ { s = 1 }
11 { if(s == 1) { print }}' > resources/evroot.config
12 ~/build/Debug/genanchors -a resources/roots -e resources/evroot.config -a resources/roots > evroots.h
14 #Then commit the new evroots.h and evroot.config