lilyp pushed a commit to branch emacs-team
in repository guix.
commit 8b6eb9dde0dbc3175dc7dbae2d4642cd28e8b712
Author: Morgan Smith <[email protected]>
AuthorDate: Wed Feb 26 12:39:45 2025 -0500
guix: emacs-utils: Be more verbose in build phase.
* guix/build/emacs-utils.scm (emacs-compile-directory): Display the filename
of each file before compiling.
Change-Id: I275a086ed92f7cfb2907aea9b4feb59012cc8dd5
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
guix/build/emacs-utils.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/guix/build/emacs-utils.scm b/guix/build/emacs-utils.scm
index aeb364133a..729dd2bdc4 100644
--- a/guix/build/emacs-utils.scm
+++ b/guix/build/emacs-utils.scm
@@ -146,6 +146,7 @@ If native code is not supported, compile to bytecode
instead."
'comp--write-bytecode-file)))))
(mapc
(lambda (file)
+ (message "Compiling `%s'" (file-relative-name file ,dir))
(let (byte-to-native-output-buffer-file
;; First entry is the eln-cache of the homeless shelter,
;; second entry is the install directory.