|
From: | Max Nikulin |
Subject: | bug#62762: circular dependencies in elisp files and make |
Date: | Fri, 12 May 2023 22:26:47 +0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 |
On 12/05/2023 22:10, Eli Zaretskii wrote:
Date: Fri, 12 May 2023 21:59:56 +0700 From: Max Nikulin 2. At first, files necessary to load bytecomp are rebuiltWhy only bytecomp? Byte compiling needs more than just bytecomp, AFAIU.
Because the ".el.elc:" rule uses "-f batch-byte-compile". I expect that emacs -Q --batch -l bytecomp --eval \ "(mapc (lambda (x) (princ (car x) (terpri))) load-history)"gives reasonable approximation to "files necessary to load bytecomp". What should be added to prerequisites besides bytecomp dependencies?
[Prev in Thread] | Current Thread | [Next in Thread] |