emacs-devel
[Top][All Lists]
Advanced

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

Re: Compilation order. Help with makefiles, please!


From: Michaël Cadilhac
Subject: Re: Compilation order. Help with makefiles, please!
Date: Sun, 26 Aug 2007 12:28:14 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

Alan Mackenzie <address@hidden> 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 !    |
 `----  address@hidden  |          -- Nicolas Sarkozy       -  --'

Attachment: pgppr039QaB0m.pgp
Description: PGP signature


reply via email to

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