[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Quietly and eagerly deleting intermediate files
From: |
Paul Smith |
Subject: |
Re: Quietly and eagerly deleting intermediate files |
Date: |
Tue, 10 Jan 2017 13:47:04 -0500 |
On Mon, 2017-01-09 at 15:20 -0700, Jed Brown wrote:
> Kristian <address@hidden> writes:
>
> > According to your .SILENT problem: Do you know the @ functionality?
>
> I am, but there is an internal behavior for deleting intermediate files.
> It's implemented in remove_intermediates() in file.c, which, upon
> reading, makes it look like there is no way to suppress this short of
> make --silent.
You are correct, the only way to silence this (other than by changing
the code) is via the --silent flag or by adding .SILENT: (with no
prerequisites) to the makefile.