From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: Re: Current head won't build Date: Wed, 16 Jun 2010 12:28:09 +0900 Message-ID: <87r5k7lkqe.fsf@uwakimon.sk.tsukuba.ac.jp> References: <87d3w2ncqs.fsf_-_@lola.goethe.zz> <87iq5py7xk.fsf@stupidchicken.com> <868w6kxk6l.fsf_-_@red.stonehenge.com> <8739wsmaey.fsf@stupidchicken.com> <86wru4w06x.fsf@red.stonehenge.com> <87typ8aux2.fsf@mail.jurta.org> <86ocfgvwks.fsf@red.stonehenge.com> <87631l4o2y.fsf@mail.jurta.org> <86ocfcwdsc.fsf@red.stonehenge.com> <86hbl4w3kd.fsf@red.stonehenge.com> <87d3vsdr1s.fsf@imladris.arda> <868w6gvzqf.fsf@red.stonehenge.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1276660761 1003 80.91.229.12 (16 Jun 2010 03:59:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 16 Jun 2010 03:59:21 +0000 (UTC) Cc: Teemu Likonen , Andreas Schwab , emacs-devel@gnu.org To: merlyn@stonehenge.com (Randal L. Schwartz) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 16 05:59:20 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OOjmZ-0005p1-Mo for ged-emacs-devel@m.gmane.org; Wed, 16 Jun 2010 05:59:20 +0200 Original-Received: from localhost ([127.0.0.1]:52162 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOjmZ-0001My-76 for ged-emacs-devel@m.gmane.org; Tue, 15 Jun 2010 23:59:19 -0400 Original-Received: from [140.186.70.92] (port=60835 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOjmR-0001LP-F6 for emacs-devel@gnu.org; Tue, 15 Jun 2010 23:59:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOjmQ-0001Gw-3G for emacs-devel@gnu.org; Tue, 15 Jun 2010 23:59:11 -0400 Original-Received: from mtps01.sk.tsukuba.ac.jp ([130.158.97.223]:34060) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOjmP-0001GS-Pz for emacs-devel@gnu.org; Tue, 15 Jun 2010 23:59:10 -0400 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) by mtps01.sk.tsukuba.ac.jp (Postfix) with ESMTP id 335871537B2; Wed, 16 Jun 2010 12:30:36 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id 7CBD11A386C; Wed, 16 Jun 2010 12:28:09 +0900 (JST) In-Reply-To: <868w6gvzqf.fsf@red.stonehenge.com> X-Mailer: VM 8.0.12-devo-585 under 21.5 (beta29) "garbanzo" a03421eb562b XEmacs Lucid (x86_64-unknown-linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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: news.gmane.org gmane.emacs.devel:125988 Archived-At: Randal L. Schwartz writes: > Except that I had been moving *forward*. If "make clean bootstrap" does > not do the right thing when moving forward, it's really broken. "make clean bootstrap" is broken, asking for trouble. "make clean" by design does not get you to a state suitable for bootstrapping: ## make clean or make mostlyclean ## Delete all files from the current directory that are normally ## created by building the program. Don't delete the files that ## record the configuration. Also preserve files that could be made ## by building, but normally aren't because the distribution comes ## with them. ## Delete `.dvi' files here if they are not part of the distribution. ## make distclean ## Delete all files from the current directory that are created by ## configuring or building the program. If you have unpacked the ## source and built the program without creating any other files, ## `make distclean' should leave only the files that were in the ## distribution. You want at least "make distclean bootstrap".