Differences From Artifact [b98bcd81f7]:
- Executable file
build/cackey_osx_build/build_osx.sh
— part of check-in
[059330a9a5]
at
2011-08-25 04:00:27
on branch trunk
— Fixed bug in UUID of package
Added PKCS11.tokend package to CACKey on Mac OS X
Removed legacy (pre-Mac OS X 10.5) build support (user: rkeene, size: 8259) [annotate] [blame] [check-ins using]
To Artifact [3bcceffb9b]:
- Executable file build/cackey_osx_build/build_osx.sh — part of check-in [3dd0313cab] at 2012-07-21 06:55:27 on branch dodcerts-on-seperate-slot — Updated Mac OS X build to use --enable-dod-certs-on-hw-slots, which is needed for its Tokend (user: rkeene, size: 8352) [annotate] [blame] [check-ins using]
︙ | |||
126 127 128 129 130 131 132 | 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 | - + - + - + | ARCH="ppc -mcpu=G4" else ARCH="ppc -mcpu=G3" fi fi if [ "${LIONBUILD}" = 1 ]; then if [ "${ARCH}" == "ppc -mcpu=G4" ]; then |
︙ |