On Mon, 2017-01-09 at 15:20 -0700, Jed Brown wrote: > Kristian <kristianonlin...@gmail.com> 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. _______________________________________________ Help-make mailing list Help-make@gnu.org https://lists.gnu.org/mailman/listinfo/help-make