From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: make (bootstrap) fails Date: Wed, 27 Jul 2005 17:13:57 +0200 Message-ID: References: <42E78D9F.3070006@student.lu.se> Reply-To: Juanma Barranquero NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1122477606 15655 80.91.229.2 (27 Jul 2005 15:20:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Jul 2005 15:20:06 +0000 (UTC) Cc: Lennart Borgman , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 27 17:20:04 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dxnh8-0007uG-UO for ged-emacs-devel@m.gmane.org; Wed, 27 Jul 2005 17:19:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DxnjX-0005ug-OL for ged-emacs-devel@m.gmane.org; Wed, 27 Jul 2005 11:22:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DxniZ-0005ZB-Qh for emacs-devel@gnu.org; Wed, 27 Jul 2005 11:21:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DxniW-0005XP-Ch for emacs-devel@gnu.org; Wed, 27 Jul 2005 11:21:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DxniW-0005U2-8T for emacs-devel@gnu.org; Wed, 27 Jul 2005 11:21:08 -0400 Original-Received: from [64.233.182.199] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dxnmb-0000dQ-0L for emacs-devel@gnu.org; Wed, 27 Jul 2005 11:25:21 -0400 Original-Received: by nproxy.gmail.com with SMTP id b2so55370nfe for ; Wed, 27 Jul 2005 08:13:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TH3gb23T/LdSqNvZ+tPHxvHC4xZFL5Hj4d6Y+gMm4joHNBtFPe+0gdAUPZ8Wx43QiOnaoEw0XQCjQwtZ3kN5cfW1h/tAQe8CksRII2Z8wiTe0PYECoulqggkBCUrEbkM1LgbhSuDGYPvzRODBEhGYTma6286iBgBVDTzbzTg67o= Original-Received: by 10.48.143.9 with SMTP id q9mr36743nfd; Wed, 27 Jul 2005 08:13:57 -0700 (PDT) Original-Received: by 10.48.250.5 with HTTP; Wed, 27 Jul 2005 08:13:57 -0700 (PDT) Original-To: Eli Zaretskii In-Reply-To: Content-Disposition: inline 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:41245 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41245 On 7/27/05, Eli Zaretskii wrote: > I suspect that some w32-specific Makefiles (*/makefile.w32-in) and > probably also nt/*.defs files need an update due to the recent changes > by Paul Eggert that moved around the getopt.* stuff. >=20 > I suggest to look at Paul's changes in the various Makefile's and do > the same in the w32 files. I was going to commit the following patch (plus changes to lib-src/.cvsignore to ignore getopt.h). Does that seems right, or is there any more elegant way? --=20 /L/e/k/t/u Index: lib-src/makefile.w32-in =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvsroot/emacs/emacs/lib-src/makefile.w32-in,v retrieving revision 2.35 diff -u -2 -r2.35 makefile.w32-in --- lib-src/makefile.w32-in=094 Jul 2005 15:24:11 -0000=092.35 +++ lib-src/makefile.w32-in=0927 Jul 2005 15:02:38 -0000 @@ -287,4 +287,5 @@ =09=09- $(DEL) *~ DOC* $(COMPILER_TEMP_FILES) =09=09- $(DEL) ctags.c +=09=09- $(DEL) getopt.h =09=09- $(DEL_TREE) $(OBJDIR) =20 @@ -301,4 +302,6 @@ =09=09=09$(CP) $(ALL_DEPS) $@ ../src/paths.h:=09=09../nt/paths.h +=09=09=09$(CP) $(ALL_DEPS) $@ +getopt.h:=09=09getopt_.h =09=09=09$(CP) $(ALL_DEPS) $@