Re: [PATCH] make check: avoid an error when no .git dir present.

2010-04-26 Thread Jim Meyering
Ian Beckwith wrote: > Attached is a trivial patch to the top-level Makefile > to stop 'make check' generating an error when there is > no .git directory present (which will happen with the > stable snapshot tarball). > > I've already applied this patch in the just-released stable snapshot. Thanks.

[PATCH] make check: avoid an error when no .git dir present.

2010-04-24 Thread Ian Beckwith
0 +0100 Subject: [PATCH] make check: avoid an error when no .git dir present. * Makefile (sc_prefer_ac_check_funcs_once): Don't run git grep if .git directory is not present (e.g. in stable snapshot tarballs). --- ChangeLog |6 ++ Makefile |1 + 2 files changed, 7 insertions(+),