[Libreoffice-bugs] [Bug 58043] truncated files left over?

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Aug 16 08:05:55 UTC 2017


https://bugs.documentfoundation.org/show_bug.cgi?id=58043

--- Comment #6 from Lionel Elie Mamane <lionel at mamane.lu> ---
(In reply to Lionel Elie Mamane from comment #0)
>  set -e; $(CC) "$<" || ( RET=$?; rm -f "$<"; exit $? )

That should be:

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

(In reply to Jean-Baptiste Faure from comment #5)
> Does "make distclean" fix the problem?

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170816/e40378b4/attachment-0001.html>


More information about the Libreoffice-bugs mailing list