- Some fixes.

This commit is contained in:
Cas Cremers 2007-05-17 17:30:04 +02:00
parent d622b14257
commit a644446f62

View File

@ -1,4 +1,10 @@
#!/bin/sh
#
# The big unifying build script, which builds all binaries it can on a
# given platform.
#
# Effectively, if this script is run both on Darwin and Linux systems,
# all binaries can be constructed.
PLATFORM=`uname`
echo $PLATFORM