Andrei Osipov skribis:
> is there a way to suppress make output with guix?
> [12:37]
> andreoss`: you mean in the Guix build tree?
> [12:38]
> civodul: i want to see output of guix, but not of configure
> scripts and make
> when running 'guix build'
Please keep 19...@debbugs.gnu.org Cc’d.
Andrei Osipov skribis:
>> Just to be clear, I suppose you don’t just want something equivalent to:
>> guix build foo > /dev/null
>> right?
>
> Yes. As I can see the output belongs either to ./configure, make, etc. or to
> guix itself. Only the guix outpu
Andrei Osipov skribis:
> The output of confugre scripts and make can be either suppressed or
> redirected to file by guix build. It makes easy to track the current
> step of building process.
Just to be clear, I suppose you don’t just want something equivalent to:
guix build foo > /dev/null
Consider this feature:
The output of confugre scripts and make can be either suppressed or
redirected to file by guix build. It makes easy to track the current
step of building process.
is there a way to suppress make output with guix? [12:37]
andreoss`: you mean in the Guix buil