make clean after make install of the ocaml compiler
Closed this issue · 3 comments
UnixJunkie commented
Hi,
Is make clean done after make install of the compiler went right?
That would save some space after a fresh install.
Thanks,
F.
hcarty commented
That's a good idea. I will probably wait until all of the requested components are done building before cleaning.
UnixJunkie commented
Yes.
And findlib also has a make clean that should be invoked.
hcarty commented
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.