emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs in CVS as today does not build - emacs depends on *.elc, which


From: Thorbjørn Ravn Andersen
Subject: Re: Emacs in CVS as today does not build - emacs depends on *.elc, which cannot be built without emacs
Date: Sun, 03 Nov 2002 09:13:37 +0100
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; da-DK; rv:1.1) Gecko/20020826

Stefan Monnier wrote:

No, I wasn't talking about any INSTALL file:
When you ran `make', you should have gotten a message saying
"use make bootstrap".  Did you see that ?
No.

I checked the "maybe_bootstrap" target, and the code is:

maybe_bootstrap:
       @bar=`echo ./lisp/*.elc`; \
       if [ "$bar" = './lisp/*.elc' ]; then \
         echo "Your tree does not include the compiled Lisp files."; \
         echo "You need to do \`make bootstrap' to build Emacs."; \
         echo "Emacs now requires Texinfo version 4.2."; \
         exit 1;\
       fi

I am not _that_ familiar with shell code, but does "@bar" and "$bar" refer to the same variable?

--
 Thorbjørn Ravn Andersen      Scandiatransplant
                              Skejby Sygehus, indgang 3
 +45 89 49 53 01              DK-8200 Århus N
http://biobase.dk/~tra





reply via email to

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