[darwinbuild-changes] [638] trunk/darwinbuild/darwinbuild.in

source_changes at macosforge.org source_changes at macosforge.org
Thu Nov 12 07:06:16 PST 2009


Revision: 638
          http://trac.macosforge.org/projects/darwinbuild/changeset/638
Author:   wsiegrist at 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"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20091112/12af826e/attachment.html>


More information about the darwinbuild-changes mailing list