lilyp pushed a commit to branch emacs-team
in repository guix.

commit f52492adc9234b96f64659a1777eec0c73671282
Author: Morgan Smith <morgan.j.sm...@outlook.com>
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 <liliana.prik...@gmail.com>
---
 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.

Reply via email to