diff options
author | Jim Meyering <meyering@redhat.com> | 2007-12-02 20:53:43 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-12-02 21:03:42 +0100 |
commit | 681dc1ee014e4726954f0f50d8bced5452698932 (patch) | |
tree | 6b14a85631ec31ca7d2978f9e3c772786c8ceb26 /ChangeLog | |
parent | b1a1db59006ccf77419d88900802985fda0bb15a (diff) | |
download | coreutils-681dc1ee014e4726954f0f50d8bced5452698932.tar.xz |
Make my-distcheck depend on "check".
* Makefile.maint (my-distcheck): Also depend on "check", so I can't tag
and release something that fails "make check" (however harmless) when
run in a checked-out-from-git dir, but not in the distributed tarball.
Signed-off-by: Jim Meyering <meyering@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2007-12-02 Jim Meyering <meyering@redhat.com> + Make my-distcheck depend on "check". + * Makefile.maint (my-distcheck): Also depend on "check", so I can't tag + and release something that fails "make check" (however harmless) when + run in a checked-out-from-git dir, but not in the distributed tarball. + * NEWS: Add the usual "Noteworthy changes in release 6.9.91..." line. Remove just-installed su, if unable to make it set-UID root. |