Revision: 587 http://trac.macosforge.org/projects/darwinbuild/changeset/587 Author: wsiegrist@apple.com Date: 2009-10-01 15:53:31 -0700 (Thu, 01 Oct 2009) Log Message: ----------- Allow use of /var/tmp outside of the buildroot Modified Paths: -------------- trunk/darwintrace/darwintrace.c Modified: trunk/darwintrace/darwintrace.c =================================================================== --- trunk/darwintrace/darwintrace.c 2009-10-01 22:09:05 UTC (rev 586) +++ trunk/darwintrace/darwintrace.c 2009-10-01 22:53:31 UTC (rev 587) @@ -74,6 +74,7 @@ "/usr/bin/xcrun", "/usr/bin/xcode", "/var/folders/", + "/var/tmp/", "/.vol/", "/tmp/", "/dev/"};
participants (1)
-
source_changes@macosforge.org