From: Jim Meyering Date: Sat, 19 Dec 1998 13:53:21 +0000 (+0000) Subject: (my-distcheck): Run make with CFLAGS='-Wformat -Werror'. X-Git-Tag: FILEUTILS-4_1-b1~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e107deb9409d89799e1fcb67436e85ada4bca84b;p=thirdparty%2Fcoreutils.git (my-distcheck): Run make with CFLAGS='-Wformat -Werror'. --- diff --git a/Makefile.maint b/Makefile.maint index 1d3e25cbbe..c657c8c8f4 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -33,7 +33,7 @@ my-distcheck: dist GZIP=$(GZIP) $(TAR) -C $(t) -zxf $(distdir).tar.gz cd $(t)/$(distdir) \ && ./configure --disable-nls \ - && $(MAKE) \ + && $(MAKE) CFLAGS='-Wformat -Werror' \ && $(MAKE) dvi \ && $(MAKE) check \ && $(MAKE) distclean