From: "Thorbjørn Ravn Andersen" <tra@biobase.dk>
Cc: monnier+gnu/emacs@rum.cs.yale.edu, schwab@suse.de, emacs-devel@gnu.org
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 10:10:25 +0100 [thread overview]
Message-ID: <3DC4E801.8000702@biobase.dk> (raw)
In-Reply-To: E188GFB-0001BW-00@lgh163a.kemisten.nu
Alfred M. Szmidt wrote:
> I am not _that_ familiar with shell code, but does "@bar" and "$bar"
> refer to the same variable?
>
>The @ supresses output in make. So yes.
>
Ok.
This code works under OS X:
maybe_bootstrap:
@bar="`echo ./lisp/*.elc`"; \
if [ \( "$(bar)" = './lisp/*.elc' \) -o \( "$(bar)" = '' \) ];
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
There was also a TAB missing. I do not know if these still are mandatory.
--
Thorbjørn Ravn Andersen Scandiatransplant
Skejby Sygehus, indgang 3
+45 89 49 53 01 DK-8200 Århus N
http://biobase.dk/~tra
next prev parent reply other threads:[~2002-11-03 9:10 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-29 21:42 Emacs in CVS as today does not build - emacs depends on *.elc, which cannot be built without emacs Thorbjørn Ravn Andersen
2002-10-29 21:55 ` Thorbjørn Ravn Andersen
2002-10-30 22:00 ` Kim F. Storm
2002-10-31 8:10 ` Thorbjørn Ravn Andersen
2002-10-31 14:14 ` Eli Zaretskii
2002-10-31 14:40 ` Thorbjørn Ravn Andersen
2002-10-31 14:55 ` Andreas Schwab
2002-10-31 16:24 ` Thorbjørn Ravn Andersen
2002-10-31 17:01 ` Stefan Monnier
2002-11-01 0:41 ` Steven Tamm
2002-11-01 15:34 ` Stefan Monnier
2002-11-02 17:15 ` Andreas Schwab
2002-11-03 2:24 ` Stefan Monnier
2002-11-03 23:27 ` Juanma Barranquero
2002-11-04 7:20 ` Kai Großjohann
2002-11-04 14:53 ` Stefan Monnier
2002-11-04 15:24 ` Andreas Schwab
2002-11-04 15:26 ` Stefan Monnier
2002-11-04 15:31 ` Juanma Barranquero
2002-11-04 15:43 ` Stefan Monnier
2002-11-04 16:17 ` Juanma Barranquero
2002-11-02 3:32 ` Richard Stallman
2002-11-01 8:34 ` Thorbjørn Ravn Andersen
2002-11-01 15:40 ` Stefan Monnier
2002-11-03 8:13 ` Thorbjørn Ravn Andersen
2002-11-03 8:36 ` Alfred M. Szmidt
2002-11-03 9:10 ` Thorbjørn Ravn Andersen [this message]
2002-11-04 12:02 ` Richard Stallman
2002-10-31 18:10 ` Andreas Schwab
2002-11-02 3:32 ` Richard Stallman
2002-11-02 2:37 ` Karl Fogel
2002-11-03 13:56 ` Richard Stallman
2002-11-04 1:31 ` Karl Fogel
2002-11-04 18:06 ` Richard Stallman
2002-11-20 1:42 ` Karl Fogel
2002-11-20 11:29 ` Kim F. Storm
2002-11-20 17:05 ` Karl Fogel
2002-11-21 17:13 ` Richard Stallman
2002-11-21 17:05 ` Karl Fogel
2002-11-23 22:57 ` Richard Stallman
2002-11-21 17:12 ` Richard Stallman
2002-11-01 9:39 ` Richard Stallman
2002-10-31 19:03 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3DC4E801.8000702@biobase.dk \
--to=tra@biobase.dk \
--cc=emacs-devel@gnu.org \
--cc=monnier+gnu/emacs@rum.cs.yale.edu \
--cc=schwab@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).