summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-10-05 12:44:20 +0200
committerJim Meyering <meyering@redhat.com>2010-10-05 12:47:12 +0200
commit138795ddedc0b8b9fbf2dfd210ddbd6bbbf1383a (patch)
tree9e1df762959da9fa148163a3b3a2780f6d94b53c /Makefile
parentd51f0698dfcd45cf209b0b1bcb50d28d96b4913f (diff)
downloadgnulib-138795ddedc0b8b9fbf2dfd210ddbd6bbbf1383a.tar.gz
tests: require @PRAGMA_COLUMNS@ with each @PRAGMA_SYSTEM_HEADER@
* Makefile (sc_pragma_columns): New syntax-check rule.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 345e3028a3..e40a77c7a1 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,7 @@ info html dvi pdf:
# 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 @@ sc_prohibit_augmenting_PATH_via_TESTS_ENVIRONMENT:
" 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