From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Vinicius Jose Latorre Newsgroups: gmane.emacs.devel Subject: Re: Making a script to update and compile from CVS Date: Fri, 14 Jan 2005 16:58:25 -0200 Message-ID: <41E81651.4030201@ig.com.br> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1105729535 1917 80.91.229.6 (14 Jan 2005 19:05:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 14 Jan 2005 19:05:35 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 14 20:05:25 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CpWlB-0004Zf-00 for ; Fri, 14 Jan 2005 20:05:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CpWwt-0008SM-GG for ged-emacs-devel@m.gmane.org; Fri, 14 Jan 2005 14:17:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CpWvG-0007oD-Dm for emacs-devel@gnu.org; Fri, 14 Jan 2005 14:15:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CpWvC-0007lq-Mb for emacs-devel@gnu.org; Fri, 14 Jan 2005 14:15:47 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CpWvC-0007lZ-8d for emacs-devel@gnu.org; Fri, 14 Jan 2005 14:15:46 -0500 Original-Received: from [200.221.4.193] (helo=smtp.uol.com.br) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CpWhW-00046b-6c for emacs-devel@gnu.org; Fri, 14 Jan 2005 14:01:38 -0500 Original-Received: from [200.213.106.30] (unknown [200.213.106.30]) by scorpion2.uol.com.br (Postfix) with ESMTP id F3DE77E04 for ; Fri, 14 Jan 2005 17:01:35 -0200 (BRST) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a5) Gecko/20041122 X-Accept-Language: en-us, en Original-To: emacs-devel@gnu.org In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:32228 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32228 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