summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/macos/macos-install
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2011-12-01 09:09:05 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2011-12-01 09:09:05 +0000
commitcc233e5d2299655cb451f228e18a46ebfe163aea (patch)
tree3429d099fcaccd607e46da07f62efa7c920bcb2d /sca-cpp/trunk/macos/macos-install
parentadfedb08bb13b1037314d59714f27ba252639da0 (diff)
Fix build and install errors on Mac OS X. Add missing scripts to forward IP ports on Mac OS X.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1209010 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/macos/macos-install')
-rwxr-xr-xsca-cpp/trunk/macos/macos-install6
1 files changed, 1 insertions, 5 deletions
diff --git a/sca-cpp/trunk/macos/macos-install b/sca-cpp/trunk/macos/macos-install
index b9474482a4..3499d7323d 100755
--- a/sca-cpp/trunk/macos/macos-install
+++ b/sca-cpp/trunk/macos/macos-install
@@ -16,7 +16,7 @@
# under the License.
# Install a complete distribution, the required system tools and libraries, the
-# runtime dependencies and the Tuscany SCA runtime on a fresh MacOS 10.6.7
+# runtime dependencies and the Tuscany SCA runtime on a fresh Mac OS X 10.6.7
# system.
# Display commands as they are executed
@@ -24,10 +24,6 @@ set -x
# Build and install in the current directory
build=`pwd`
-build=$build/build
-rm -rf $build
-mkdir $build
-cd $build
# Install pkg-config
curl -OL http://pkgconfig.freedesktop.org/releases/pkg-config-0.25.tar.gz