@@ -1,10 +1,10 @@ #!/bin/bash # Shell Script to make Mac OS X Releases of CACKey # Kenneth Van Alstyne # kenneth.l.vanalstyne@usace.army.mil -# 20100711 +# 20100712 # Usage function usage() { echo "Usage: build_osx.sh " echo Where target is one of: @@ -13,11 +13,10 @@ echo " leopard - (Builds Universal 10.5 Library for PPCG4/i386)" echo " snowleopard - (Builds Universal 10.6 Library for i386/x86_64)" echo " all - (Builds for all supported targets)" echo " clean - (Cleans up)" echo "Run from CACKey Build Root." - echo "CACKey Build Root Directory MUST be named 'cackey'" exit $? } # Clean up function clean() {