On Tue, 2011-01-18 at 15:40 -0500, Eric Reischer wrote: > Is there a way to suppress printing out built-in commands that GNU-make > executes? > > For instance, I have a series of files that are listed as targets of > .INTERMEDIATE:, and at the end of the build process it dutifully deletes > them, but echoes out the "rm foo.o bar.o" command as it's doing it. Is > there a way to suppress printing out this command as its being executed?
There is no way, short of editing the code, to silence that message unfortunately. -- ------------------------------------------------------------------------------- Paul D. Smith <[email protected]> Find some GNU make tips at: http://www.gnu.org http://make.mad-scientist.net "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
