help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Source file '.../killer-source.el' newer than byte-compiled file


From: Emanuel Berg
Subject: Re: Source file '.../killer-source.el' newer than byte-compiled file
Date: Wed, 24 Apr 2019 00:42:42 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Eli Zaretskii wrote:

>> a.el should hold it compilation until all
>> its `require'd files are byte-compiled!
>> 
>> But how is that done?
>
> You can concoct Make rules for that

... how? You mean manually?

If so, I'm afraid that's totally out of the
question, as I have 64 `provide's and 284
`require's!

The Makefile [1] don't compile anything on an
explicit file-to-file basis (except for
~/.emacs), everything else it is all shell
pattern matching with all files that are %.el,
should be %.elc as well.

> but you will have trouble if you have
> circular dependencies.

No, I don't have circular dependencies, and
I don't think I can have them, either.
Actually I'm gonna try that right now...

No, I can't:

    In toplevel form:
    test-a.el:1:1:Error: Recursive ‘require’ for feature ‘test-b’

    In toplevel form:
    test-b.el:1:1:Error: Recursive ‘require’ for feature ‘test-a’


[1] http://user.it.uu.se/~embe8573/emacs-init/Makefile

-- 
underground experts united
http://user.it.uu.se/~embe8573




reply via email to

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