On 2 March 2012 11:31, Tor Lillqvist <[email protected]> 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úš
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice