[m-rev.] uninstall and Emacs Lisp (was: deep profiler installation)
Fergus Henderson
fjh at cs.mu.OZ.AU
Wed Jul 4 00:38:04 AEST 2001
On 03-Jul-2001, Zoltan Somogyi <zs at cs.mu.OZ.AU> wrote:
>
> BTW, does anyone know the answer to the question I added in a comment in
> scripts/Mmakefile, which is why the scripts uninstall action does not remove
> the Emacs Lisp file installed by that same Mmakefile?
The `uninstall' rule in the top-level makefile does `rm -r' on the parent
of the directory that the Emacs Lisp file normally gets installed into.
>From Mmakefile:
.PHONY: uninstall
uninstall:
cd scripts; $(SUBDIR_MMAKE) uninstall
cd util; $(SUBDIR_MMAKE) uninstall
cd doc; $(SUBDIR_MMAKE) uninstall
-rm -r $(INSTALL_LIBDIR)
>From scripts/Mmake.vars.in:
INSTALL_LIBDIR = $(INSTALL_PREFIX)/lib/mercury
INSTALL_ELISP_DIR = $(INSTALL_PREFIX)/lib/mercury/elisp
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list