emacs-devel
[Top][All Lists]
Advanced

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

Re: Making a script to update and compile from CVS


From: Michael Albinus
Subject: Re: Making a script to update and compile from CVS
Date: Fri, 14 Jan 2005 22:40:30 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

"Robert J. Chassell" <address@hidden> writes:

> ;; For installation, I run the following in a root owned instance of Emacs:
>
>   (progn (cd "/usr/local/src/emacs/") (compile "time make install"))

What about:

(progn
  (require 'tramp-util)
  (cd "/su::/usr/local/src/emacs/")
  (tramp-compile "time make install"))

Best regards, Michael.




reply via email to

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