hcarty/ocamlbrew

make clean after make install of the ocaml compiler

Closed this issue · 3 comments

Hi,

Is make clean done after make install of the compiler went right?

That would save some space after a fresh install.

Thanks,
F.

That's a good idea. I will probably wait until all of the requested components are done building before cleaning.

Yes.
And findlib also has a make clean that should be invoked.

I've changed my mind on this for now. With the availability of opam, ocamlbrew's main use will probably be as a bootstrapping tool and for building OCaml from arbitrary Subversion branches. Keeping the build tree around could be helpful for experimentation.

That said, I'd be happy to accept a patch which adds an optional post-install 'clean everything up' flag.