Revision
400
Author
wsiegrist@apple.com
Date
2008-10-24 13:40:26 -0700 (Fri, 24 Oct 2008)

Log Message

Undo part of r390 since replacing dsymutil with true breaks xnu builds. We need to find a different way to disconnect libauto dependencies for projects like launchd.

Modified Paths

Diff

Modified: trunk/darwinbuild/darwinbuild (399 => 400)


--- trunk/darwinbuild/darwinbuild	2008-10-24 17:29:00 UTC (rev 399)
+++ trunk/darwinbuild/darwinbuild	2008-10-24 20:40:26 UTC (rev 400)
@@ -528,7 +528,7 @@
 
 	### need dsymutil but it depends on libauto so disable for now
 	if [ ! -x "$BuildRoot/usr/bin/dsymutil" ]; then
-		cp "/usr/bin/true" "$BuildRoot/usr/bin/dsymutil"
+		cp "/usr/bin/dsymutil" "$BuildRoot/usr/bin/dsymutil"
 	fi
 
 	### CoreOSMakefiles