Revision: 638 http://trac.macosforge.org/projects/darwinbuild/changeset/638 Author: wsiegrist@apple.com Date: 2009-11-12 07:06:13 -0800 (Thu, 12 Nov 2009) Log Message: ----------- Trigger Xcode integration when a project uses Common.make since Common.make uses xcrun. Fixes #104. Modified Paths: -------------- trunk/darwinbuild/darwinbuild.in Modified: trunk/darwinbuild/darwinbuild.in =================================================================== --- trunk/darwinbuild/darwinbuild.in 2009-11-11 23:44:51 UTC (rev 637) +++ trunk/darwinbuild/darwinbuild.in 2009-11-12 15:06:13 UTC (rev 638) @@ -595,7 +595,7 @@ buildtool="make" # test for hybrid make-xcode project - uses_xcrun=$(grep -Elir 'xcrun|Commands.make|BSDCommon.make|Standard.make' .) + uses_xcrun=$(grep -Elir 'xcrun|Commands.make|BSDCommon.make|Standard.make|Common.make' .) if [ -n "$uses_xcrun" -a $USE_CHROOT == "YES" ]; then export USE_CHROOT="NO" export INSTALL_XCODE="YES"