From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Conrad Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; Bootstrapping current CVS trunk fails Date: Sun, 06 Apr 2008 22:58:07 +0200 Message-ID: <87k5japuig.fsf@ID-24456.user.uni-berlin.de> References: <874paevj46.fsf@ID-24456.user.uni-berlin.de> <07tziewx43.fsf@fencepost.gnu.org> Reply-To: Christoph Conrad NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1207515752 14318 80.91.229.12 (6 Apr 2008 21:02:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Apr 2008 21:02:32 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 06 23:03:05 2008 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.50) id 1Jic0s-000388-TC for ged-emacs-devel@m.gmane.org; Sun, 06 Apr 2008 23:02:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jic0G-0000gA-0g for ged-emacs-devel@m.gmane.org; Sun, 06 Apr 2008 17:02:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jic0A-0000eu-Lv for emacs-devel@gnu.org; Sun, 06 Apr 2008 17:02:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jic09-0000dv-0A for emacs-devel@gnu.org; Sun, 06 Apr 2008 17:02:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jic08-0000dq-L0 for emacs-devel@gnu.org; Sun, 06 Apr 2008 17:02:08 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jic08-0001XW-AP for emacs-devel@gnu.org; Sun, 06 Apr 2008 17:02:08 -0400 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1Jic08-00078A-1T for emacs-pretest-bug@gnu.org; Sun, 06 Apr 2008 17:02:08 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Jic04-0001WX-Lr for emacs-pretest-bug@gnu.org; Sun, 06 Apr 2008 17:02:08 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Jic04-0001WG-2F for emacs-pretest-bug@gnu.org; Sun, 06 Apr 2008 17:02:04 -0400 Original-Received: (qmail invoked by alias); 06 Apr 2008 21:02:02 -0000 Original-Received: from p508907B2.dip0.t-ipconnect.de (EHLO brabbelbox) [80.137.7.178] by mail.gmx.net (mp049) with SMTP; 06 Apr 2008 23:02:02 +0200 X-Authenticated: #4523881 X-Provags-ID: V01U2FsdGVkX18q58NBMbYqB2IHcp4dTIm2h0OOAh7lHeGC8sBbtp IB3seyz+XsG/a4 Original-Received: by brabbelbox (Postfix, from userid 1000) id 6E07CAC343; Sun, 6 Apr 2008 23:01:59 +0200 (CEST) X-Public-Key: http://wwwkeys.de.pgp.net:11371/pks/lookup?op=get&search=0x1B488DEA X-Hashcash: 1:20:080406:rgm@gnu.org::0zMJEVIC60dQ+gD5:0000001d/W X-Hashcash: 1:20:080406:emacs-pretest-bug@gnu.org::+hSamtFM34b61c5H:0000000000000000000000000000000000001QA7 In-Reply-To: <07tziewx43.fsf@fencepost.gnu.org> (Glenn Morris's message of "Sun, 06 Apr 2008 16:23:56 -0400") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-detected-kernel: by monty-python.gnu.org: 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:94503 gmane.emacs.pretest.bugs:21907 Archived-At: Hi Glenn, > For the Nth time: > make maintainer-clean One or two years ago i removed building that target, cause i thought it was removed. Maybe this misperception occurred because GNU make has the same error message: *** No rule to make target `maintainer-clean'. Stop. for two cases: 1- there is no makefile. 2- there is a makefile, but no target with that name. Obviously i had 1, but assumed 2. > and report back if you still have a problem. See other report. With kind regards, Christoph