From: Miles Bader <miles@gnu.org>
To: Dan Nicolaescu <dann@ics.uci.edu>
Cc: emacs-devel@gnu.org
Subject: Re: using autoconf for lib-src/Makefile.in
Date: Sun, 03 Aug 2008 14:45:16 +0900 [thread overview]
Message-ID: <878wved53n.fsf@catnip.gol.com> (raw)
In-Reply-To: <200808020443.m724h4vT017588@sallyv1.ics.uci.edu> (Dan Nicolaescu's message of "Fri, 01 Aug 2008 21:43:04 -0700")
Dan Nicolaescu <dann@ics.uci.edu> writes:
> This patch gets rid of the C_SWITCH_SYSTEM #ifdef. It seems to work
> fine on x86 Fedora.
BTW, isn't it generally considered a good idea to not use @fooo@
substitutions directly in make rules, but rather use them indirectly via
a make variable?
E.g., instead of:
some_dep: @blargh@ other_stuff
Use:
BLARGH = @blargh@
...
some_dep: $(BLARGH) other_stuff
[Where the definition of BLARGH is near the beginning of the makefile
with other var defs.]
-Miles
--
Justice, n. A commodity which in a more or less adulterated condition the
State sells to the citizen as a reward for his allegiance, taxes and personal
service.
next prev parent reply other threads:[~2008-08-03 5:45 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-02 4:43 using autoconf for lib-src/Makefile.in Dan Nicolaescu
2008-08-02 5:11 ` Chong Yidong
2008-08-02 6:48 ` Dan Nicolaescu
2008-08-04 19:00 ` Stefan Monnier
2008-08-07 17:33 ` Dan Nicolaescu
2008-08-07 19:31 ` Stefan Monnier
2008-08-03 5:45 ` Miles Bader [this message]
2008-08-04 1:12 ` Dan Nicolaescu
2008-08-04 5:28 ` Miles Bader
2008-08-04 6:16 ` Dan Nicolaescu
2008-08-04 10:21 ` Miles Bader
2008-08-04 11:55 ` Dan Nicolaescu
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878wved53n.fsf@catnip.gol.com \
--to=miles@gnu.org \
--cc=dann@ics.uci.edu \
--cc=emacs-devel@gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.