gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gcl-devel] make install problems


From: Rafael Espíndola
Subject: [Gcl-devel] make install problems
Date: Tue, 7 Jun 2005 14:39:57 -0300

I notice some strange behavior in the make install (cvs version).

1)
the INFODIR must have a dir file (configure problem actually)

2)
the command
cat $(DESTDIR)${EMACS_DEFAULT_EL} | sed -e '/BEGIN gcl/,/END gcl/d' >
$(DESTDIR)/temp_emacs_default

in elisp/makefile will fail if DESTDIR is empty and I am not root

Maybe the line should be
cat $(DESTDIR)${EMACS_DEFAULT_EL} | sed -e '/BEGIN gcl/,/END gcl/d' >
$(DESTDIR)$(EMACS_SITE_LISP)/temp_emacs_default

Rafael




reply via email to

[Prev in Thread] Current Thread [Next in Thread]