[email protected] (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. -- Mathieu Lirzin
