changeset 13764:700531ee17e0

tests: require @PRAGMA_COLUMNS@ with each @PRAGMA_SYSTEM_HEADER@ * Makefile (sc_pragma_columns): New syntax-check rule.
author Jim Meyering <meyering@redhat.com>
date Tue, 05 Oct 2010 12:44:20 +0200
parents 064af6542c0a
children 9ef7abcf9136
files ChangeLog Makefile
diffstat 2 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Oct 05 02:30:24 2010 +0200
+++ b/ChangeLog	Tue Oct 05 12:44:20 2010 +0200
@@ -1,3 +1,8 @@
+2010-10-05  Jim Meyering  <meyering@redhat.com>
+
+	tests: require @PRAGMA_COLUMNS@ with each @PRAGMA_SYSTEM_HEADER@
+	* Makefile (sc_pragma_columns): New syntax-check rule.
+
 2010-10-04  Bruno Haible  <bruno@clisp.org>
 
 	gnulib-tool: Synthesize appropriate _LDFLAGS for a libtool library.
--- a/Makefile	Tue Oct 05 02:30:24 2010 +0200
+++ b/Makefile	Tue Oct 05 12:44:20 2010 +0200
@@ -15,6 +15,7 @@
 # Perform some platform independent checks on the gnulib code.
 check: \
   sc_prohibit_augmenting_PATH_via_TESTS_ENVIRONMENT			\
+  sc_pragma_columns							\
   sc_prefer_ac_check_funcs_once
 
 sc_prefer_ac_check_funcs_once:
@@ -32,6 +33,18 @@
 		 "  see <$$url>" 1>&2; exit 1; } || :			\
 	else :; fi
 
+sc_pragma_columns:
+	if test -d .git; then						\
+          git ls-files|grep '\.in\.h$$'					\
+              | xargs grep -l '^@PRAGMA_SYSTEM_HEADER@'			\
+              | xargs grep -L '^@PRAGMA_COLUMNS@'			\
+              | grep .							\
+	    && { printf '%s\n'						\
+                   'the files listed above use @PRAGMA_SYSTEM_HEADER@'	\
+                   'without also using @PRAGMA_COLUMNS@' 1>&2;		\
+		 exit 1; } || :;					\
+	else :; fi
+
 # Regenerate some files that are stored in the repository.
 regen: MODULES.html