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

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

bug#1705: 23.0.60; parallel build failure: `mh-e' was not provided


From: Stefan Monnier
Subject: bug#1705: 23.0.60; parallel build failure: `mh-e' was not provided
Date: Sun, 04 Jan 2009 23:12:58 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

>> This won't solve it in general, because there are many circular
>> dependencies among Elisp files.  Another approach is to just close the
>> race condition: write the byte-compiled file to foo.elc.temp and then
>> rename it atomically to foo.elc.
> But adding dependencies is TRT on its own right,

Personally, I've hacked my Emacs so that when byte-compiling files,
`require'd files get loaded from the .el in preference to the .elc file
if it's more recent.


        Stefan







reply via email to

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