Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


On 2 March 2012 11:31, Tor Lillqvist <tml@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úš

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.