[603] trunk/darwintrace/darwintrace.c
Revision: 603 http://trac.macosforge.org/projects/darwinbuild/changeset/603 Author: wsiegrist@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",
participants (1)
-
source_changes@macosforge.org