[Libreoffice-bugs] [Bug 40099] [EasyHack] don't break incremental builds on removed headers on non-gcc platforms
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Aug 25 04:26:44 PDT 2011
https://bugs.freedesktop.org/show_bug.cgi?id=40099
Caolán McNamara <caolanm at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kendy at suse.cz
--- Comment #7 from Caolán McNamara <caolanm at redhat.com> 2011-08-25 04:26:44 PDT ---
original
> cd sot
> echo \#include \<demo.hxx\> >> source/base/exchange.cxx
> touch source/base/demo.hxx
> make -sr
0
exchange.d has demo.hxx as a depend now
> sed -i "/demo.hxx/d" source/base/exchange.cxx
> rm source/base/demo.hxx
> make -sr
> echo $?
2, unable to rebuild because depends list removed demo.hxx
> make -sr clean
apply patch
> echo \#include \<demo.hxx\> >> source/base/exchange.cxx
> touch source/base/demo.hxx
> make -sr
0
> sed -i "/demo.hxx/d" source/base/exchange.cxx
> rm source/base/demo.hxx
> make -sr
> echo $?
0
kendy: filter-showIncludes.pl is your, how about the attached patch for windows
?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Libreoffice-bugs
mailing list