From fc1224d321ad39a5e63d947e6454344d9e86bf95 Mon Sep 17 00:00:00 2001 From: kintel Date: Sat, 30 Jan 2010 17:43:14 +0000 Subject: Mac update git-svn-id: http://svn.clifford.at/openscad/trunk@375 b57f626f-c46c-0410-a088-ec61d464b74c diff --git a/doc/checklist-macosx.txt b/doc/checklist-macosx.txt index e3d48eb..7494dc7 100644 --- a/doc/checklist-macosx.txt +++ b/doc/checklist-macosx.txt @@ -20,6 +20,6 @@ o Build OpenCSG o Build and Deploy OpenSCAD -# Update VERSION in release-macosx.sh +# Update VERSION in publish-macosx.sh cd openscad - ./release-macosx.sh + ./scripts/publish-macosx.sh diff --git a/scripts/release-common.sh b/scripts/release-common.sh index 9624035..da249ed 100755 --- a/scripts/release-common.sh +++ b/scripts/release-common.sh @@ -70,6 +70,10 @@ esac make -j2 $TARGET +if [[ $? != 0 ]]; then + echo "Error building OpenSCAD. Aborting." +fi + echo "Creating directory structure..." rm -rf openscad-$VERSION mkdir openscad-$VERSION diff --git a/scripts/release-macosx.sh b/scripts/release-macosx.sh index 8ac5dc0..18174d6 100755 --- a/scripts/release-macosx.sh +++ b/scripts/release-macosx.sh @@ -1,3 +1,7 @@ +## +## Deprecated! Use release-common.sh instead +## + #!/bin/sh # # This script creates a binary release of OpenSCAD for Mac OS X. -- cgit v0.10.1