summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-10-29 06:37:38 -0600
committerEric Blake <ebb9@byu.net>2009-10-29 07:31:23 -0600
commit17b7d09bf2320c9a8addabae7049ed5431553bd1 (patch)
treec1db8a4278ff57c1525165c1a316030a6efe4eb1 /Makefile.am
parentf2859424cbdf23f6673fd4f3a9d7a5b197e0595e (diff)
downloadcoreutils-17b7d09bf2320c9a8addabae7049ed5431553bd1.tar.xz
maint: avoid exiting with magic number
Cope with gnulib's new sc_prohibit_magic_number_exit rule. * .x-sc_prohibit_magic_number_exit: New file, to add exemptions. * Makefile.am (syntax_check_exceptions): Distribute it. * lib/euidaccess-stat.c (main): Fix culprits. * src/chcon.c (main): Likewise. * src/runcon.c (main): Likewise. * src/setuidgid.c (main): Likewise.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 6175a8eef..62efb7df0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -47,6 +47,7 @@ syntax_check_exceptions = \
.x-sc_po_check \
.x-sc_program_name \
.x-sc_prohibit_atoi_atof \
+ .x-sc_prohibit_magic_number_exit \
.x-sc_prohibit_stat_st_blocks \
.x-sc_prohibit_strcmp \
.x-sc_prohibit_tab_based_indentation \