summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-15 16:55:34 +0200
committerBruno Haible <bruno@clisp.org>2023-04-15 16:55:34 +0200
commit2afd12da2a2011535bc47934af8afda7933de7e6 (patch)
tree69e165a4b7c822a8a6c505c81afbe5fff9cbb4e3
parent7683ccb338c9ad5a4b8d6d7bd5f150814670b3da (diff)
downloadgnulib-2afd12da2a2011535bc47934af8afda7933de7e6.tar.gz
Don't include module 'year2038-required' in all-of-gnulib testdirs.
* all-modules (exclude): Add year2038-required.
-rw-r--r--ChangeLog5
-rwxr-xr-xall-modules2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a6be84b960..2dad8c5895 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2023-04-15 Bruno Haible <bruno@clisp.org>
+ Don't include module 'year2038-required' in all-of-gnulib testdirs.
+ * all-modules (exclude): Add year2038-required.
+
+2023-04-15 Bruno Haible <bruno@clisp.org>
+
selinux-h: Fix compilation error (regression 2023-04-13).
* m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Instead of
defining the C macro HAVE_SELINUX_SELINUX_H to 0, set the Autoconf
diff --git a/all-modules b/all-modules
index 9e90b02273..5b742245cc 100755
--- a/all-modules
+++ b/all-modules
@@ -89,7 +89,7 @@ exclude_for_mingw="$exclude_for_mingw forkpty-tests forkpty login_tty-tests logi
exclude_for_msvc="$exclude_for_mingw"
# Command-line option processing.
-exclude=
+exclude="year2038-required"
while test $# -gt 0; do
case "$1" in
--for-mingw | --for-ming | --for-min | --for-mi )