From: michael@cadilhac.name (Michaël Cadilhac)
To: Alan Mackenzie <acm@muc.de>
Cc: bug-cc-mode@gnu.org, Richard Stallman <rms@gnu.org>, emacs-devel@gnu.org
Subject: Re: Compilation order. Help with makefiles, please!
Date: Sun, 26 Aug 2007 12:28:14 +0200 [thread overview]
Message-ID: <87tzqmpp35.fsf@cadilhac.name> (raw)
In-Reply-To: <20070826093808.GA3996@muc.de> (Alan Mackenzie's message of "Sun, 26 Aug 2007 09:38:08 +0000")
[-- Attachment #1.1: Type: text/plain, Size: 727 bytes --]
Alan Mackenzie <acm@muc.de> writes:
> If I delete cc-langs.elc, then do:
>
> % make -nf CC-Makefile.mk progmodes/cc-engine.elc
>
> , make reports:
>
> make: `progmodes/cc-engine.elc' is up to date.
IIRC, this is a good example of the pickiness of make(1). Try:
$ make -nf CC-Makefile.mk $(pwd)/progmodes/cc-engine.elc
(Indeed, you put a $(lisp)/ before each path...)
--
| Michaël `Micha' Cadilhac | Si j'étais sous-secrétaire d'État |
| http://michael.cadilhac.name | aux choux farcis, vous entendriez |
| JID/MSN: | beaucoup parler des choux farcis ! |
`---- michael.cadilhac@gmail.com | -- Nicolas Sarkozy - --'
[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]
[-- Attachment #2: Type: text/plain, Size: 142 bytes --]
_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel
next prev parent reply other threads:[~2007-08-26 10:28 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <E1IMYuS-00059J-B8@fencepost.gnu.org>
2007-08-26 9:38 ` Compilation order. Help with makefiles, please! Alan Mackenzie
2007-08-26 10:28 ` Michaël Cadilhac [this message]
2007-08-26 10:55 ` Alan Mackenzie
2007-08-26 22:46 ` Richard Stallman
2007-08-29 9:57 Alan Mackenzie_JWA
2007-08-30 7:15 ` Richard Stallman
2007-08-30 19:45 ` Stefan Monnier
2007-08-31 7:34 ` Richard Stallman
2007-08-31 8:57 ` Alan Mackenzie_JWA
2007-08-31 14:16 ` Stefan Monnier
2007-09-01 4:06 ` Richard Stallman
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=87tzqmpp35.fsf@cadilhac.name \
--to=michael@cadilhac.name \
--cc=acm@muc.de \
--cc=bug-cc-mode@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=rms@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.