emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs build failure


From: Kai Großjohann
Subject: Re: Emacs build failure
Date: Fri, 09 Nov 2001 10:01:23 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1.50 (i686-pc-linux-gnu)

address@hidden (Pavel Janík) writes:
>    From: address@hidden (Kai Großjohann)
>    Date: Thu, 08 Nov 2001 18:44:30 +0100
>
>    > But I think that the build process should stop at that spot rather
>    > than ignore the error.  What do you think?
>
> I have proposed this in this thread already - do you want to implement it?

It appears that the following simple change does the trick.  Should it
be installed?  Richard?

I only ran my usual script, but I'm not sure what else I need to
check to be sure the change is benign.

--- Makefile.in.~1.236.~        Thu Nov  1 16:06:06 2001
+++ Makefile.in Fri Nov  9 09:42:31 2001
@@ -676,7 +676,7 @@
        (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean)
 
 bootstrap-lisp:
-       -(cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs)
+       (cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs)
 
 bootstrap-src:
        (cd src; $(MAKE) $(MFLAGS) bootstrap)


kai
-- 
I like BOTH kinds of music.

reply via email to

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