Revision
359
Author
wsiegrist@apple.com
Date
2008-01-25 17:51:48 -0800 (Fri, 25 Jan 2008)

Log Message

added an exception for passwordserver_sasl

Modified Paths

Diff

Modified: trunk/darwinbuild/buildorder.pl (358 => 359)


--- trunk/darwinbuild/buildorder.pl	2008-01-19 18:55:03 UTC (rev 358)
+++ trunk/darwinbuild/buildorder.pl	2008-01-26 01:51:48 UTC (rev 359)
@@ -32,7 +32,8 @@
 my %Dependencies = ();
 my %InvertedDependencies = ();
 
-my %DepExceptions = ( "IOKitUser" => { "configd" => 1 },
+my %DepExceptions = ( "passwordserver_sasl" => { "Kerberos" => 1},  
+		      "IOKitUser" => { "configd" => 1 },
 		      "configd" => { "configd_plugins" => 1});
 
 print "Considering projects: @UnbuiltProjects\n";