]> git.saurik.com Git - apple/security.git/blobdiff - README.genanchors
Security-57336.1.9.tar.gz
[apple/security.git] / README.genanchors
diff --git a/README.genanchors b/README.genanchors
deleted file mode 100644 (file)
index 191278e..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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