maint.mk: teach sc_prohibit_magic_number_exit to accept 77
authorJim Meyering <meyering@redhat.com>
Mon, 17 Sep 2012 09:34:44 +0000 (11:34 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 18 Sep 2012 06:51:34 +0000 (08:51 +0200)
commitaef4fe8a5f7911ac63a9adc1c3e59ddfb4a99cd9
treefe59bed16f452b91c2a192a45d118a72ff413a87
parentdb75e39b38fb197b956f6866ad167bdf7121a660
maint.mk: teach sc_prohibit_magic_number_exit to accept 77

* top/maint.mk (sc_prohibit_magic_number_exit): Do not complain about
uses like "exit (77)".  "77" is automake's "skip this test" exit code.
It is not in the same category as "exit (0)" or "exit (1)", and
besides, I know of no symbolic name for that 77.  Reported by
Richard W.M. Jones in
http://thread.gmane.org/gmane.comp.emulators.guestfs/1902
ChangeLog
top/maint.mk