On Tue, 2008-09-23 at 16:39 -0600, Chang-Yeol Jung wrote:
> When running make, in the computer screen, a long list of warning
> messages are displaying. I'd like to see only the compile errors.
> 
> Is there an option for this? Or, is there a way that I can see only
> the errors so that I can debug well without being disturbed by the
> warning messages.

Make just runs commands; it doesn't intercept or do anything at all with
the output of those commands.

So, you have to look up the options to your compiler or whatever command
make is running that's printing all those warning messages, and see if
there's an option to turn them off.





_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to