guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] build: Speed up .go compilation.


From: Taylan Ulrich Bayırlı/Kammer
Subject: Re: [PATCH] build: Speed up .go compilation.
Date: Sun, 10 Jan 2016 21:46:37 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Mathieu Lirzin <address@hidden> writes:

> address@hidden (Taylan Ulrich "Bayırlı/Kammer") writes:
>
>>> that takes time proportional to the length of the line, so that leads
>>> Emacs to hang for a second when it sees that line.  Silly.  ;-)
>>
>> I use M-x shell so I didn't have the slowness, but it still annoyed me
>> actually, if only because it's ugly.  (It's also output every time one
>> runs 'make', even if all .go files are up to date.)
>>
>> What about silencing it, like:
>>
>> make-go: $(MODULES) guix/config.scm guix/tests.scm
>>      @echo "Compiling Scheme modules..." ;                           \
>>      unset GUILE_LOAD_COMPILED_PATH ;                                \
>>      ...
>
> It would be better to use $(AM_V_at), because this will match user
> verbosity choice.  With "make V=1" user will have the actual commmand
> displayed but with "make V=0" which is the default value nothing will be
> displayed.

Done, thanks for the recommendation.

> --
> Mathieu Lirzin



reply via email to

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