Changing .idl still causes excessive .{hpp,hdl} touching

Michael Stahl mstahl at redhat.com
Tue Sep 11 05:04:44 PDT 2012


On 07/09/12 11:42, Stephan Bergmann wrote:
> Even after 
> <http://cgit.freedesktop.org/libreoffice/core/commit/?id=39c3a4d6644ae78783aa8877557e4c021cba7973> 
> "idlc: clear include file set in Idlc::reset():" the problem described 
> at the start of the below #libreoffice IRC transcript still remains. 

can't reproduce the problem here, works just fine: all headers that
depend on the touched IDL file are touched.

> (Which is only logical, as merely touching an .idl causes cppumaker to 
> not actually write fresh target .{hpp,hdl} files as they remain 
> unchanged, so bogus excess dependencies among .idl files cannot explain 
> the phenomenon anyway.  It is still so that commenting out the "touch 
> $@" recipe would solve the observed problem, but with side-effects 
> unclear to me.)

bogus excess dependencies explain the original problem very well as the
rule that does the touch of the header depends on the .urd which is the
thing that has the excess dependencies.



More information about the LibreOffice mailing list