Re: Building OpenOffice.org with GNU make

Stephan Bergmann <[email protected]> Mon, 07 Dec 2009 14:55:57 +0100
Newsgroups gmane.comp.openoffice.devel.tools
Message-ID <[email protected]>
On 12/07/09 14:41, Kay Ramme wrote:
> Stephan Bergmann wrote:
>> (1)  A new file x/z is added to the SCM.  A file y/z already exists. 
>> Will all C/C++ files be recompiled that #include "z" and have -Ix 
>> before -Iy on their compiler command lines?
> Isn't it, that you have a difficult to maintain build approach if you 
> supply multiple -I anyway? If we can, we should simply avoid it.

May be.  Unfortunately, though, the existing OOo code corpus is not that 
clean...

-Stephan