[darwinbuild-changes] [603] trunk/darwintrace/darwintrace.c

source_changes at macosforge.org source_changes at macosforge.org
Fri Oct 23 10:30:34 PDT 2009


Revision: 603
          http://trac.macosforge.org/projects/darwinbuild/changeset/603
Author:   wsiegrist at apple.com
Date:     2009-10-23 10:30:33 -0700 (Fri, 23 Oct 2009)
Log Message:
-----------
Add more redirection exceptions

Modified Paths:
--------------
    trunk/darwintrace/darwintrace.c

Modified: trunk/darwintrace/darwintrace.c
===================================================================
--- trunk/darwintrace/darwintrace.c	2009-10-23 17:30:12 UTC (rev 602)
+++ trunk/darwintrace/darwintrace.c	2009-10-23 17:30:33 UTC (rev 603)
@@ -65,11 +65,14 @@
  */
 static char *__darwintrace_redirect = NULL; 
 static char *__darwintrace_buildroot = NULL;
-static const char *__redirect_exceptions[] = {"/Developer/Library/PrivateFrameworks",
-					      "/Developer/usr/bin/../../Library/PrivateFrameworks",
+static const char *__redirect_exceptions[] = {"/Developer/Library/Private",
+					      "/Developer/Library/Frameworks",
+					      "/Developer/usr/bin/../../Library/Private",
+					      "/Developer/usr/bin/../../Library/Frameworks",
 					      "/Developer/Library/Xcode",
 					      "/Developer/Platforms/",
 					      "/Developer/usr/bin/xcode",
+					      "/System/Library/Frameworks/Carbon",
 					      "/Volumes/BuildRoot_",
 					      "/usr/bin/xcrun",
 					      "/usr/bin/xcode",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20091023/571fa470/attachment.html>


More information about the darwinbuild-changes mailing list