]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
syntax-check: enable more checks
authorJim Meyering <meyering@redhat.com>
Tue, 3 Feb 2009 13:08:36 +0000 (13:08 +0000)
committerJim Meyering <meyering@redhat.com>
Tue, 3 Feb 2009 13:08:36 +0000 (13:08 +0000)
* Makefile.cfg (local-checks-to-skip): Don't skip sc_m4_quote_check.
Don't skip sc_prohibit_nonreentrant.
* Makefile.nonreentrant (NON_REENTRANT): Comment out until we've
remove all remaining uses of strerror.

.x-sc_m4_quote_check [new file with mode: 0644]
ChangeLog
Makefile.cfg
Makefile.nonreentrant

diff --git a/.x-sc_m4_quote_check b/.x-sc_m4_quote_check
new file mode 100644 (file)
index 0000000..10dfa97
--- /dev/null
@@ -0,0 +1 @@
+^gnulib/m4/intl\.m4$
index dc443209c1b86ffb99ca47d5cfd2c4604180e9ea..06fdab54e1cf8fe59c68230406252e99b3c0796c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Tue, 3 Feb 2009 14:06:06 +0100 Jim Meyering <meyering@redhat.com>
+
+       syntax-check: enable more checks
+       * Makefile.cfg (local-checks-to-skip): Don't skip sc_m4_quote_check.
+       Don't skip sc_prohibit_nonreentrant.
+       * Makefile.nonreentrant (NON_REENTRANT): Comment out until we've
+       remove all remaining uses of strerror.
+
 Tue, 3 Feb 2009 14:06:05 +0100 Jim Meyering <meyering@redhat.com>
 
        cleanup: remove useless if-before-VIR_FREE
index d9bccd203f812ba044b86272152891efa30ec6bb..0c2b8101da73b84ce12314ff2388af7d1001a57c 100644 (file)
@@ -38,13 +38,11 @@ local-checks-to-skip =                      \
   sc_error_exit_success                        \
   sc_file_system                       \
   sc_immutable_NEWS                    \
-  sc_m4_quote_check                    \
   sc_makefile_path_separator_check     \
   sc_obsolete_symbols                  \
   sc_prohibit_S_IS_definition          \
   sc_prohibit_atoi_atof                        \
   sc_prohibit_jm_in_m4                 \
-  sc_prohibit_nonreentrant             \
   sc_prohibit_quote_without_use                \
   sc_prohibit_quotearg_without_use     \
   sc_prohibit_stat_st_blocks           \
index b567f314746778746f914735fa0a572afde2ed87..13fa59de4128913d78771729d163516f27f242fd 100644 (file)
@@ -79,7 +79,7 @@ NON_REENTRANT += setstate
 NON_REENTRANT += sgetspent
 NON_REENTRANT += srand48
 NON_REENTRANT += srandom
-NON_REENTRANT += strerror
+NON_REENTRANT += strerror
 NON_REENTRANT += strtok
 NON_REENTRANT += tmpnam
 NON_REENTRANT += ttyname