emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make (bootstrap) fails


From: Juanma Barranquero
Subject: Re: make (bootstrap) fails
Date: Wed, 27 Jul 2005 17:13:57 +0200

On 7/27/05, Eli Zaretskii <address@hidden> 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.
> 
> 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?

-- 
                    /L/e/k/t/u


Index: lib-src/makefile.w32-in
===================================================================
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     4 Jul 2005 15:24:11 -0000       2.35
+++ lib-src/makefile.w32-in     27 Jul 2005 15:02:38 -0000
@@ -287,4 +287,5 @@
                - $(DEL) *~ DOC* $(COMPILER_TEMP_FILES)
                - $(DEL) ctags.c
+               - $(DEL) getopt.h
                - $(DEL_TREE) $(OBJDIR)
 
@@ -301,4 +302,6 @@
                        $(CP) $(ALL_DEPS) $@
  ../src/paths.h:               ../nt/paths.h
+                       $(CP) $(ALL_DEPS) $@
+getopt.h:              getopt_.h
                        $(CP) $(ALL_DEPS) $@




reply via email to

[Prev in Thread] Current Thread [Next in Thread]