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: Stefan Monnier
Subject: Re: Make the compilation slightly less verbose?
Date: Fri, 14 Jun 2019 16:14:15 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

>>  %.elc: %.el | bootstrap-emacs$(EXEEXT) $(bootstrap_pdmp)
>> -    @$(MAKE) -C ../lisp EMACS="$(bootstrap_exe)" THEFILE=$< $<c
>> +    @$(MAKE) --no-print-directory \
>> +            -C ../lisp EMACS="$(bootstrap_exe)" THEFILE=$< $<c
[...]
>> Does anybody object to this change?
> I don't really see why your personal preferences should be forced on
> all of us.

FWIW, I think it's an improvement.  But I'll mention that I'd prefer if
we got this kind of output by eliminating the intermediate `make` ;-)


        Stefan




reply via email to

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