From a644446f62ecd39133de89ce9e585f2a09bd26dd Mon Sep 17 00:00:00 2001 From: Cas Cremers Date: Thu, 17 May 2007 17:30:04 +0200 Subject: [PATCH] - Some fixes. --- src/build.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/build.sh b/src/build.sh index c68c94e..e31ef9c 100755 --- a/src/build.sh +++ b/src/build.sh @@ -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