mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-14 06:03:46 +02:00
Avoid spurious "make check" failures due to omitted programs.
* man/Makefile.am (distcheck-hook): Make check rules dependents of this target, not of check-local, so that people aren't distracted by failures due to programs omitted via --enable-no-install-program=...
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2007-12-20 Jim Meyering <meyering@redhat.com>
|
||||
|
||||
Avoid spurious "make check" failures due to omitted programs.
|
||||
* man/Makefile.am (distcheck-hook): Make check rules dependents of
|
||||
this target, not of check-local, so that people aren't distracted by
|
||||
failures due to programs omitted via --enable-no-install-program=...
|
||||
|
||||
2007-12-19 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* src/uniq.c (usage): Improve wording in --help "Note".
|
||||
|
||||
+1
-1
@@ -163,7 +163,7 @@ mapped_name = `echo $*|sed 's/^install$$/ginstall/; s/^test$$/[/'`
|
||||
&& rm -rf $t ;; \
|
||||
esac
|
||||
|
||||
check-local: check-x-vs-1 check-programs-vs-x
|
||||
distcheck-hook: check-x-vs-1 check-programs-vs-x
|
||||
|
||||
# Sort in traditional ASCII order, regardless of the current locale;
|
||||
# otherwise we may get into trouble with distinct strings that the
|
||||
|
||||
Reference in New Issue
Block a user