]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: perform check-AUTHORS via syntax-check, not via "make check"
authorJim Meyering <meyering@redhat.com>
Tue, 18 Aug 2009 10:12:21 +0000 (12:12 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 18 Aug 2009 10:16:36 +0000 (12:16 +0200)
commitd25101cc306f9fba8e30ee739ceb1982434367f6
treed6c36ea575bbcf1dff47d4f0a165663a42362b1c
parentea57d4648226fc3d713a10448fc4fc012ccacdf5
build: perform check-AUTHORS via syntax-check, not via "make check"

* src/Makefile.am (check): Don't depend on check-AUTHORS.
That check fails on systems for which a program like stdbuf is
not built.  Instead, move this check to "make syntax-check".
(sc_check-AUTHORS): Rename rule from check-AUTHORS.
* cfg.mk (sc_check-AUTHORS): New rule.
Reported by Berhnard Voelker.
cfg.mk
src/Makefile.am