<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -32,7 +32,7 @@ DISTCC_DIRS=target/cross-distcc/bin target/cross-distccd/bin target/native-distc
 #gcc_or_glibc = $(shell $(GUB) -p $(1) --inspect=version glibc &gt; /dev/null 2&gt;/dev/null &amp;&amp; echo glibc || echo cross/gcc)
 gcc_or_glibc = $(shell if echo $(1) | grep linux &gt; /dev/null 2&gt;/dev/null; then echo glibc; else echo cross/gcc; fi)
 
-tools = $(shell $(GUB) --dependencies $(foreach p, $(PLATFORMS), $(p)::$(call gcc_or_glibc,$(p))) 2&gt;&amp;1 | grep ^dependencies | tr ' ' '\n' | grep 'tools::')
+tools = $(shell $(GUB) --show-dependencies $(foreach p, $(PLATFORMS), $(p)::$(call gcc_or_glibc,$(p))) 2&gt;&amp;1 | grep ^dependencies | tr ' ' '\n' | grep 'tools::')
 
 compilers: cross-compilers
 </diff>
      <filename>compilers.make</filename>
    </modified>
    <modified>
      <diff>@@ -142,7 +142,10 @@ realclean:
 ################################################################
 # compilers and tools
 
-tools := $(shell $(GUB) --dependencies $(foreach p, $(PLATFORMS), $(p)::lilypond $(p)::lilypond-doc $(p)::lilypond-installer) 2&gt;&amp;1 | grep ^dependencies | tr ' ' '\n' | grep 'tools::')
+tools := $(shell $(GUB) --show-dependencies $(foreach p, $(PLATFORMS), $(p)::lilypond $(p)::lilypond-doc $(p)::lilypond-installer) 2&gt;&amp;1 | grep ^dependencies | tr ' ' '\n' | grep 'tools::')
+
+ptools:
+	$(GUB) --show-dependencies $(foreach p, $(PLATFORMS), $(p)::lilypond $(p)::lilypond-doc $(p)::lilypond-installer) 2&gt;&amp;1 | grep ^dependencies | tr ' ' '\n' | grep 'tools::'
 
 ################################################################
 # docs</diff>
      <filename>lilypond.make</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c366f3a41e0fb1747a61f96188b223a73b4a79cb</id>
    </parent>
  </parents>
  <author>
    <name>Jan Nieuwenhuizen</name>
    <email>janneke@gnu.org</email>
  </author>
  <url>http://github.com/janneke/gub/commit/042571af1c672090da5bf71b3f8b7c2006750407</url>
  <id>042571af1c672090da5bf71b3f8b7c2006750407</id>
  <committed-date>2009-09-13T06:23:17-07:00</committed-date>
  <authored-date>2009-09-13T06:23:17-07:00</authored-date>
  <message>*.make: update GUB interface use, use --show-dependencies.  Fixes bootstrap.

Should fix
    http://lists.gnu.org/archive/html/lilypond-devel/2009-09/msg00311.html

Thanks, John.</message>
  <tree>bdf25c91f3a0f1174afdccbc5de805b9792e9b4a</tree>
  <committer>
    <name>Jan Nieuwenhuizen</name>
    <email>janneke@gnu.org</email>
  </committer>
</commit>
