kc3-lang/gnulib/Makefile

Branch :


Log

Author Commit Date CI Message
a747e037 2025-05-07 11:34:47 Add syntax-check rule against CPU predef misspellings. * lib/getloadavg.c: Test __alpha, not __alpha__. * tests/test-snan-2.c: Likewise. * m4/exponentd.m4: Test __arm__, not __arm. * lib/utimensat.c: Test __hppa, not __hppa__. * tests/qemu.h: Likewise. * lib/fma.c: Test __sparc, not __sparc__. * tests/qemu.h: Likewise. * tests/test-exp2.h: Likewise. * tests/test-nonblocking-pipe.h: Likewise. * tests/test-snan-1.c: Likewise. * tests/test-snan-2.c: Likewise.
7b641c89 2025-05-07 10:56:03 Add syntax-check rule against OS predef misspellings. * Makefile (sc_prohibit_misspelled_os_predefs): New target. * lib/stat-size.h: Simplify detection of HP-UX. * lib/mountlist.c: Fix typo in comment.
1239883b 2025-05-07 10:52:49 Add syntax-check rule against compiler predef misspellings. * Makefile (sc_prohibit_misspelled_compiler_predefs): New target.
ff1331c2 2025-05-07 10:17:09 Remove obsolete syntax-check rules. * Makefile (sc_maint): Comment out. (sc_cpp_indent_check, sc_check_sym_list): Remove targets.
fc59330b 2025-05-07 09:47:49 Fix "make sc_check_config_h_reminder" failure. * Makefile (config_h_MACROS2): Add _GL_ATTRIBUTE_DEALLOC_FREE, _GL_ATTRIBUTE_NONNULL_IF_NONZERO, _GL_ATTRIBUTE_REPRODUCIBLE, _GL_ATTRIBUTE_UNSEQUENCED, _GL_ATTRIBUTE_CAPABILITY_TYPE, _GL_ATTRIBUTE_ACQUIRE_CAPABILITY, _GL_ATTRIBUTE_RELEASE_CAPABILITY. (exclude_file_name_regexp--sc_check_config_h_reminder): New variable. (sc_check_config_h_reminder): Use it. * lib/areadlink.h: Add <config.h> reminder. * lib/crc.h: Likewise. * lib/crc-x86_64.h: Likewise. * lib/diffseq.h: Likewise. * lib/gl_sublist.h: Likewise. * lib/signed-nan.h: Likewise. * lib/signed-snan.h: Likewise. * lib/snan.h: Likewise. * lib/unicase/special-casing.in.h: Likewise.
9ea54f75 2025-05-07 09:24:30 Tidy "make sc_prohibit_AC_LIBOBJ_in_m4" check. * Makefile (sc_prohibit_AC_LIBOBJ_in_m4): Don't hide the rule commands. (allow_AC_LIBOBJ): Remove exceptions that are no longer needed.
bb0e0177 2025-05-07 09:12:36 Fix "make sc_prohibit_sc_omitted_at" failure. * Makefile (sc_prohibit_sc_omitted_at): Don't apply to this Makefile. (sc_*): Don't hide the rule commands.
efe80258 2025-05-07 09:05:02 Fix "make sc_prefer_ac_check_funcs_once" failure. * Makefile (exclude_file_name_regexp--sc_prefer_ac_check_funcs_once): New variable. (sc_prefer_ac_check_funcs_once): Use it.
8504bcdd 2025-05-07 08:57:31 Fix "make sc_prohibit_leading_TABs" failures. * Makefile (exclude_file_name_regexp--sc_prohibit_leading_TABs): New variable. (sc_prohibit_leading_TABs): Use it. * lib/crc-x86_64-pclmul.c: Untabify. * tests/test-crc.c: Untabify. * tests/test-parse-duration.sh: Remove leading tabs from here documents.
7b089321 2025-01-01 09:24:36 maint: run 'make update-copyright'