What could be the problem when make gets into a loop in sax, continuously compiling facreg.cxx?

Matúš Kukan matus.kukan at gmail.com
Fri Mar 2 02:52:35 PST 2012


On 2 March 2012 11:31, Tor Lillqvist <tml at iki.fi> wrote:
> Is there a way to do "make clean" only for the host platform, not the
> build platform? Is there a way to make clean only for object files,
> and especially not the stuff generated from IDL files?

Well, I would push:

--- a/Makefile
+++ b/Makefile
@@ -300,8 +300,6 @@ clean: clean-host clean-build

 clean-host:
        rm -fr $(SRCDIR)/*/$(INPATH)
-       rm -fr $(SRCDIR)/workdir/*
-       rm -fr $(SRCDIR)/solver/$(INPATH)
        rm -fr install

I don't know what was Norbert's intention with that.

Cleaning only object files.. You can remove only dirs like
workdir/*/CxxObject/ but I don't think there is some clever way to do
it.
Stuff generated from IDL files should be mostly in workdir/*/UnoApi* ,
maybe you can remove the rest and keep that if that would help for
something?

Matúš


More information about the LibreOffice mailing list