* cfg.mk: Here. --- cfg.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/cfg.mk b/cfg.mk index e5f782d..3887641 100644 --- a/cfg.mk +++ b/cfg.mk @@ -145,7 +145,6 @@ sc_sun_os_names: { echo '$(ME): found misuse of Sun OS version numbers' 1>&2; \ exit 1; } || : -sc_check-AUTHORS: # Ensure that the list of programs and author names is accurate. # We need a UTF8 locale. If a lack of locale support or a missing # translation inhibits printing of UTF-8 names, just skip this test. -- 1.7.12
- [PATCH 00/17] De-recursion for the 'tests' subdirectory. Stefano Lattarini
- [PATCH 01/17] build: use 'check-local' to extend th... Stefano Lattarini
- [PATCH 02/17] maint: avoid parsing of Makefile.am f... Stefano Lattarini
- [PATCH 04/17] maint: make vc_exe_in_TESTS also work... Stefano Lattarini
- [PATCH 05/17] tests: use suffix, not exec-bit, to t... Stefano Lattarini
- [PATCH 06/17] tests: remove the unused 'root-hint' ... Stefano Lattarini
- [PATCH 08/17] maint: remove anachronistic syntax-ch... Stefano Lattarini
- [PATCH 07/17] maint: remove duplicated declaration ... Stefano Lattarini
- [PATCH 09/17] maint: list of names of built program... Stefano Lattarini
- [PATCH 11/17] tests: put test-suite.log back in 'te... Stefano Lattarini
- [PATCH 12/17] build: remove two now-useless conveni... Stefano Lattarini
- [PATCH 13/17] maint: vc_exe_in_TESTS should actuall... Stefano Lattarini
- [PATCH 15/17] maint: fix syntax checks 'sc_root_tes... Stefano Lattarini
- [PATCH 17/17] maint: fix a spurious syntax-check fa... Stefano Lattarini
- [PATCH 16/17] tests: more resilient about tainted a... Stefano Lattarini
- Re: [PATCH 16/17] tests: more resilient about t... Jim Meyering
- Re: [PATCH 16/17] tests: more resilient abo... Stefano Lattarini
- Re: [PATCH 16/17] tests: more resilient abo... Andreas Schwab