[darwinbuild-changes] [553] trunk/darwinbuild/installXcode32.in
source_changes at macosforge.org
source_changes at macosforge.org
Fri Sep 4 14:55:19 PDT 2009
Revision: 553
http://trac.macosforge.org/projects/darwinbuild/changeset/553
Author: wsiegrist at apple.com
Date: 2009-09-04 14:55:18 -0700 (Fri, 04 Sep 2009)
Log Message:
-----------
Copy Xcode support files from the MacOSX platform when creating our platform.
Modified Paths:
--------------
trunk/darwinbuild/installXcode32.in
Modified: trunk/darwinbuild/installXcode32.in
===================================================================
--- trunk/darwinbuild/installXcode32.in 2009-09-04 02:33:07 UTC (rev 552)
+++ trunk/darwinbuild/installXcode32.in 2009-09-04 21:55:18 UTC (rev 553)
@@ -15,7 +15,11 @@
echo "Installing Platform/SDK $PLATFORM for Xcode 3.2"
mkdir -p "${PLATFORMDIR}/Developer/SDKs"
+mkdir -p "${PLATFORMDIR}/Developer/Library/Xcode"
+rsync -a "/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/" \
+ "${PLATFORMDIR}/Developer/Library/Xcode"
+
sed -e "s,%%PLATFORM%%,${PLATFORM}," $INFOPLIST > "${PLATFORMDIR}/Info.plist"
sed -e "s,%%PLATFORM%%,${PLATFORM}," $SDKPLIST > "${BUILDROOT}/SDKSettings.plist"
@@ -31,5 +35,7 @@
ln -s "$PLATFORMDIR" "${PLATFORM}.platform"
popd > /dev/null
+
+
echo "Completed Platform/SDK install"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20090904/4b003f4c/attachment.html>
More information about the darwinbuild-changes
mailing list