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 21:58:04 +0300

> From: Lars Ingebrigtsen <address@hidden>
> Date: Fri, 14 Jun 2019 18:10:22 +0200
> Cc: address@hidden
> 
> diff --git a/src/Makefile.in b/src/Makefile.in
> index be769458d3..5fc623c346 100644
> --- a/src/Makefile.in
> +++ b/src/Makefile.in
> @@ -776,7 +776,8 @@ .PHONY:
>  ## bootstrap-emacs$(EXEEXT) as an order-only prerequisite.
>  
>  %.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
>  
>  ## VCSWITNESS points to the file that holds info about the current checkout.
>  ## We use it as a heuristic to decide when to rebuild loaddefs.el.
> 
> I now get
> 
>   ELC      ../lisp/dos-fns.elc
>   ELC      ../lisp/dos-vars.elc
>   ELC      ../lisp/dos-w32.elc
>   ELC      ../lisp/dynamic-setting.elc
> 
> on a make bootstrap, and otherwise things look the same as before, I
> think.
> 
> Does anybody object to this change?

I don't really see why your personal preferences should be forced on
all of us.



reply via email to

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