]> git.eshelyaron.com Git - emacs.git/commit
Make build process robust against interruptions
authorAndrea Corallo <akrl@sdf.org>
Sun, 23 Feb 2020 14:06:59 +0000 (14:06 +0000)
committerAndrea Corallo <akrl@sdf.org>
Sun, 23 Feb 2020 16:50:15 +0000 (16:50 +0000)
commit1dc237f280702d959216916b236cb9bf9bbcb22c
treed682b8a0e28c30b8e8f1437e1ce0db1f97178ac7
parent5153dc17f2393d8fd89d2331b0e9f7ba2d925e87
Make build process robust against interruptions

During boo-strap we produce both the .eln and the .elc together.
Because the make target is the later this has to be produced as last
to be resilient to build interruptions.
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/comp.el