]> git.saurik.com Git - wxWidgets.git/commitdiff
Use $ on variables!!!
authorRobin Dunn <robin@alldunn.com>
Fri, 29 Oct 2004 17:14:19 +0000 (17:14 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 29 Oct 2004 17:14:19 +0000 (17:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30166 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/all/build-all

index c26a85b6e7b4d2c7297edb089b6fa27e24cd555d..6ba3540144ea3d1b0bb25d7a51b112708010e944 100755 (executable)
@@ -57,7 +57,7 @@ function usage {
     echo ""
     echo "   skipsource   Don't build the source archives, use the ones"
     echo "                already in the staging dir."
-    echo "   onlysource   Exit after building the source archives"
+    echo "   onlysource   Exit after building the source and docs archives"
     echo "   skipdocs     Don't rebuild the docs"
     echo "   skipwin      Don't do the remote Windows build"
     echo "   skiposx      Don't do the remote OSX build"
@@ -136,6 +136,7 @@ VERSION=`python -c "import setup;print setup.VERSION"`
 #echo VERSION=$VERSION
 #exit 0
 
+
 echo "Getting started at " `date`
 
 # ---------------------------------------------------------------------------
@@ -255,8 +256,8 @@ function DoOSXBuild {
 
 if [ $skiposx != yes ]; then
 
-    DoOSXBuild $OSX_HOST_panther panther
     DoOSXBuild $OSX_HOST_jaguar jaguar
+    DoOSXBuild $OSX_HOST_panther panther
 
 fi
 
@@ -330,7 +331,7 @@ if [ $KIND = daily ]; then
     mkdir -p $destdir
     cp $STAGING_DIR/* $destdir
 
-    if [ skipupload != yes ]; then 
+    if [ $skipupload != yes ]; then 
        destdir=$UPLOAD_DAILY_ROOT/$DAILY
        echo "Copying to the starship at $destdir..."
        ssh $UPLOAD_HOST "mkdir -p $destdir"
@@ -381,7 +382,7 @@ if [ $KIND = release ]; then
     mkdir -p $destdir
     cp $STAGING_DIR/* $destdir
 
-    if [ skipupload != yes ]; then 
+    if [ $skipupload != yes ]; then 
        echo "Copying to the starship..."
        destdir=$UPLOAD_PREVIEW_ROOT/$VERSION
        ssh $UPLOAD_HOST "mkdir -p $destdir"