From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: bug#327: 23.0.60; make bootstrap fails from CVS Date: Tue, 03 Jun 2008 16:01:25 -0400 Message-ID: References: <86ej7nenp4.fsf@lifelogs.com> <868wxv73hy.fsf@lifelogs.com> <863anvbn06.fsf@lifelogs.com> <86r6be77ya.fsf@lifelogs.com> <86iqwq72zi.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212523411 18608 80.91.229.12 (3 Jun 2008 20:03:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Jun 2008 20:03:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 03 22:04:11 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 1K3cjq-0000Rv-Ff for ged-emacs-devel@m.gmane.org; Tue, 03 Jun 2008 22:04:10 +0200 Original-Received: from localhost ([127.0.0.1]:52762 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3cj4-00016P-C6 for ged-emacs-devel@m.gmane.org; Tue, 03 Jun 2008 16:03:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3cj0-00015y-Lv for emacs-devel@gnu.org; Tue, 03 Jun 2008 16:03:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3cj0-00015m-7A for emacs-devel@gnu.org; Tue, 03 Jun 2008 16:03:18 -0400 Original-Received: from [199.232.76.173] (port=60815 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3cj0-00015j-54 for emacs-devel@gnu.org; Tue, 03 Jun 2008 16:03:18 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:57089) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K3cj0-000228-52 for emacs-devel@gnu.org; Tue, 03 Jun 2008 16:03:18 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1K3chB-0004US-Co; Tue, 03 Jun 2008 16:01:25 -0400 X-Spook: CBNRC constitution Aldergrove INS Clinton LABLINK John X-Ran: pJFgMxdjQ_@z:IPL/JI4T=[bF4B!bZMU}23=R"b=(n`&9WfC.-y*%[ooJBNO'N5SFc*mwt X-Hue: blue X-Attribution: GM In-Reply-To: <86iqwq72zi.fsf@lifelogs.com> (Ted Zlatanov's message of "Tue, 03 Jun 2008 14:06:09 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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:98329 Archived-At: Ted Zlatanov wrote: > TAGS TAGS-LISP: $(lisptagsfiles1) $(lisptagsfiles2) > els=`echo $(lisptagsfiles1) $(lisptagsfiles2) | sed -e "s,$(lisp)/[^ ]*loaddefs[^ ]*,," -e "s,$(lisp)/ldefs-boot[^ ]*,,"`; \ > ${ETAGS} -o $@ $$els > > is what breaks things. Weird. I did change this recently, for largely cosmetic reasons. Does it help to revert my 2008-05-23 lisp/Makefile changes? > make[1]: *** No rule to make target `/home/tzz/source/emacs/lisp/face-remap.elc', needed by `compile-main'. Stop. Does a cvs update help with that?