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

source_changes at macosforge.org source_changes at macosforge.org
Mon Dec 7 08:52:02 PST 2009


Revision: 643
          http://trac.macosforge.org/projects/darwinbuild/changeset/643
Author:   wsiegrist at apple.com
Date:     2009-12-07 08:52:02 -0800 (Mon, 07 Dec 2009)
Log Message:
-----------
Look for xcodebuild being used from inside Makefiles

Modified Paths:
--------------
    trunk/darwinbuild/darwinbuild.in

Modified: trunk/darwinbuild/darwinbuild.in
===================================================================
--- trunk/darwinbuild/darwinbuild.in	2009-11-16 18:37:10 UTC (rev 642)
+++ trunk/darwinbuild/darwinbuild.in	2009-12-07 16:52:02 UTC (rev 643)
@@ -595,7 +595,7 @@
 	buildtool="make"
 
 	# test for hybrid make-xcode project
-	uses_xcrun=$(grep -Elir 'xcrun|Commands.make|BSDCommon.make|Standard.make|Common.make' .)
+	uses_xcrun=$(grep -Elir 'xcodebuild|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/20091207/36b124b7/attachment.html>


More information about the darwinbuild-changes mailing list