octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

silent rules and warnings


From: John W. Eaton
Subject: silent rules and warnings
Date: Fri, 20 Feb 2015 17:32:33 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.2.0

I checked in a series of changes that reduced the number of warnings in the build. For my build on a Debian system, I only see a few warnings now. I'd like to eliminate all of them, but there are a few from code generated by flex that I see no easy way to eliminate. In any case, my hope is that we can prevent any new warnings from appearing and keep the build clean.

I also checked in a change to make the --enable-silent-rules configure option much more useful. Perhaps we should enable this by default? The terse output of silent rules used to annoy me because I never seemed to be able to figure out how to get the full command output when it was needed for debugging. But with Makefiles generated by automake, it is as simple as passing V=1 to make. So I don't really see a downside of enabling silent rules by default for all builds. The big positive benefit for me is that warnings and errors are much more visible and it will be more obvious when some code is added that accidentally produces a warning.

Is there any objection to enabling silent rules by default?

jwe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]