emacs-devel
[Top][All Lists]
Advanced

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

Re: Make the compilation slightly less verbose?


From: Eli Zaretskii
Subject: Re: Make the compilation slightly less verbose?
Date: Fri, 14 Jun 2019 19:10:57 +0300

> From: Lars Ingebrigtsen <address@hidden>
> Date: Fri, 14 Jun 2019 17:27:22 +0200
> 
> At one point in the compilation process (I think it's between the first
> and second pdumps?) the compilation goes very verbose all of a sudden:

That's because we compile each of these files in a separate sub-make.

> make[3]: Entering directory '/home/larsi/src/emacs/trunk/lisp'
>   ELC      ../lisp/dos-vars.elc
> make[3]: Leaving directory '/home/larsi/src/emacs/trunk/lisp'
> make[3]: Entering directory '/home/larsi/src/emacs/trunk/lisp'
>   ELC      ../lisp/dos-w32.elc
> make[3]: Leaving directory '/home/larsi/src/emacs/trunk/lisp'
> make[3]: Entering directory '/home/larsi/src/emacs/trunk/lisp'
>   ELC      ../lisp/dynamic-setting.elc
> make[3]: Leaving directory '/home/larsi/src/emacs/trunk/lisp'
> 
> Would it be a good idea to get rid of that "entering"/"leaving" pair for
> every single .el file that's compiled?
> 
> And if so...  how?  :-)

Run "make" with the --no-print-directory switch.



reply via email to

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