<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - truncated files left over?"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=58043#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - truncated files left over?"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=58043">bug 58043</a>
              from <span class="vcard"><a class="email" href="mailto:lionel@mamane.lu" title="Lionel Elie Mamane <lionel@mamane.lu>"> <span class="fn">Lionel Elie Mamane</span></a>
</span></b>
        <pre>(In reply to Lionel Elie Mamane from <a href="show_bug.cgi?id=58043#c0">comment #0</a>)
<span class="quote">>  set -e; $(CC) "$<" || ( RET=$?; rm -f "$<"; exit $? )</span >

That should be:

set -e; $(CC) "$<" || ( RET=$?; rm -f "$<"; exit $RET )

(In reply to Jean-Baptiste Faure from <a href="show_bug.cgi?id=58043#c5">comment #5</a>)
<span class="quote">> Does "make distclean" fix the problem?</span >

Four and a half years later, I don't have a copy of the corrupted build tree to
test. However, since the problem is truncated output files, my prediction is
that yes, even "make clean" is enough.

I still stand on my solution, as corrected above.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>