Revision: 475 http://trac.macosforge.org/projects/darwinbuild/changeset/475 Author: wsiegrist@apple.com Date: 2009-02-18 12:22:07 -0800 (Wed, 18 Feb 2009) Log Message: ----------- Print a useful message when loading a root it skipped Modified Paths: -------------- trunk/darwinbuild/darwinbuild.common trunk/plists/9A581.plist Modified: trunk/darwinbuild/darwinbuild.common =================================================================== --- trunk/darwinbuild/darwinbuild.common 2009-02-18 01:13:37 UTC (rev 474) +++ trunk/darwinbuild/darwinbuild.common 2009-02-18 20:22:07 UTC (rev 475) @@ -256,7 +256,8 @@ exit 1 fi - # we had a receipt, so nothing was request + # we had a receipt, so no need to install + echo "$Project already loaded and no newer roots have been built." return 0 } Modified: trunk/plists/9A581.plist =================================================================== --- trunk/plists/9A581.plist 2009-02-18 01:13:37 UTC (rev 474) +++ trunk/plists/9A581.plist 2009-02-18 20:22:07 UTC (rev 475) @@ -246,13 +246,16 @@ AppleFan = { dependencies = { build = ( + AppleI2C, bash, + cctools, distcc, file_cmds, gcc, gcc_os, gcc_select, jam, + ld64, shell_cmds, system_cmds, text_cmds,
participants (1)
-
source_changes@macosforge.org