diff options
author | Jim Meyering <meyering@redhat.com> | 2007-11-22 08:42:32 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-11-22 08:42:32 +0100 |
commit | fe9033c3091f168e2b0a8625ee34d93073174c35 (patch) | |
tree | 32fdec03376840eb0da9353d849ada01f04d7ae1 /ChangeLog | |
parent | 2bdc48121916ab0d7bb7d0cb5cee25549c3705c9 (diff) | |
download | coreutils-fe9033c3091f168e2b0a8625ee34d93073174c35.tar.xz |
Make it easier to diagnose PATH-induced "make distcheck" failures.
* Makefile.maint (write_loser): Define.
(my-distcheck): Use an always-failing wrapper script, that gives
a diagnostic, not "false".
Run only "make -C tests check" with the restrictive PATH.
Run the new gnulib-tests/ with the usual PATH.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2007-11-22 Jim Meyering <meyering@redhat.com> + Make it easier to diagnose PATH-induced "make distcheck" failures. + * Makefile.maint (write_loser): Define. + (my-distcheck): Use an always-failing wrapper script, that gives + a diagnostic, not "false". + Run only "make -C tests check" with the restrictive PATH. + Run the new gnulib-tests/ with the usual PATH. + cp: by default, refuse to copy through a dangling destination symlink * NEWS: Mention this change. * doc/coreutils.texi (cp invocation): Describe the new behavior. |