diff options
author | Jim Meyering <jim@meyering.net> | 2001-04-25 12:30:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-04-25 12:30:52 +0000 |
commit | 41971a1eaa6f0424f54943d6d90beb030558c9f7 (patch) | |
tree | 44ee218fdb565b0e1d1cf4cd9f2e7fe654e1f3c8 | |
parent | 6438d680069a47cd69fcbc145e798230f1d67df9 (diff) | |
download | coreutils-41971a1eaa6f0424f54943d6d90beb030558c9f7.tar.xz |
(my-distcheck): Add a comment.
-rw-r--r-- | Makefile.maint | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.maint b/Makefile.maint index 263a2c7c0..0a2a35a15 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -56,6 +56,10 @@ null_AM_MAKEFLAGS = \ AUTOHEADER=false \ MAKEINFO=false +# Detect format-string/arg-list mismatches that would normally be obscured +# by the use of _(). The --disable-nls effectively defines away that macro, +# and building with CFLAGS='-Wformat -Werror' causes any format warning to be +# treated as a failure. t=./=test my-distcheck: writable-files po-check -rm -rf $(t) |