From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Hattuari Newsgroups: gmane.emacs.help Subject: Re: Builing from CVS doesn't refresh *.elc's Date: Sun, 31 Oct 2004 11:37:12 -0500 Organization: Asii Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8Bit X-Trace: sea.gmane.org 1099240935 24433 80.91.229.6 (31 Oct 2004 16:42:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 31 Oct 2004 16:42:15 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 31 17:42:08 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1COImN-0007Vr-00 for ; Sun, 31 Oct 2004 17:42:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1COIuK-0005U0-W7 for geh-help-gnu-emacs@m.gmane.org; Sun, 31 Oct 2004 11:50:21 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!news1.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local1.nntp.dca.giganews.com!nntp.speakeasy.net!news.speakeasy.net.POSTED!not-for-mail Original-NNTP-Posting-Date: Sun, 31 Oct 2004 10:39:26 -0600 Original-Newsgroups: gnu.emacs.help User-Agent: KNode/0.8.1 Original-Lines: 29 Original-NNTP-Posting-Host: 66.92.149.152 Original-X-Trace: sv3-8f7LeapHwIz8eeSiFs08dytL69IPvhQfn87fld7AUeEKFnFvOkZgnfgjO64Ox7vNKJRqwCMTliGt3C8!zqen2HvhNS7fAuPTbiww0uPDhq2NKmJcajB0vjmKZ8I8o8LWZNfu7j3VKd/9kMQLBF50pJQDbKHZ!WtY67GdAJ7cBZx0kBGE= Original-X-Complaints-To: abuse@speakeasy.net X-DMCA-Complaints-To: abuse@speakeasy.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.20 Original-Xref: shelby.stanford.edu gnu.emacs.help:126277 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:21659 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21659 Johan Bockgård wrote: > Hattuari writes: > >> When I run make on the CVS image, it doesn't seem to update the lisp >> bytecompiled files. I've been doing `cvs update -dP && make >> extraclean && ./configure --prefix=$GNU_EMACS && make && make >> install' > > Did you read INSTALL.CVS? > Not in the last year. Thanks. pushd /download/org/gnu/emacs &&\ cvs update -dP &&\ ./configure --prefix=$GNU_EMACS &&\ make -j8 &&\ pushd lisp &&\ make recompile EMACS=../src/emacs &&\ popd &&\ make install &&\ popd Yes I really do use -j8. I have distcc running. Sometimes it has result in a deadlock, but when that happend everything was built. A subsequent `make' simply visited every directory and found nothing to do. -- p->m == (*p).m == p[0].m