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: Vinicius Jose Latorre
Subject: Re: Making a script to update and compile from CVS
Date: Fri, 14 Jan 2005 16:58:25 -0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a5) Gecko/20041122


Here is what I do:

  $
  $ cd ~/work/emacs
  $ cvs -z3 update -dPA
  $ make maintainer-clean
  $ ./configure --prefix=/home/download/emacs
  $ make bootstrap &> .OUTPUT
  $ tail .OUTPUT
  $ pushd /home/download
  $ rm -rf emacs-21.3.50-OLD
  $ mv emacs-21.3.50 emacs-21.3.50-OLD
  $ md emacs-21.3.50
  $ popd
  $ make install
  $


Vinicius




reply via email to

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