Re: Add .ALL_WARNINGS_FATAL special target

2018-01-05 Thread 積丹尼 Dan Jacobson
Yes hmm, perhaps just like the 'warnings(3perl)' man page, one could do different grades, e.g., .FATAL_WARNINGS: ALL etc. And there could be both command line options, and phony targets, so people could use either one as they pleased. ___ Bug-make mailin

Re: Add .ALL_WARNINGS_FATAL special target

2018-01-04 Thread Edward Welbourne
Dan Jacobson (29 December 2017 03:41) [snip] > Therefore please add a new > '.ALL_WARNINGS_FATAL' > or something (that we error prone careless > programmers can use, just like we put > use warnings FATAL => q(all); > in all perl files we write today,) > or make it the default, and instead add a > '

Add .ALL_WARNINGS_FATAL special target

2017-12-28 Thread 積丹尼 Dan Jacobson
In (info "(make) Error Messages") 'warning: overriding recipe for target `XXX'' 'warning: ignoring old recipe for target `XXX'' GNU 'make' allows only one recipe to be specified per target (except for double-colon rules). If you give a recipe for a target which already has been def