| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Borrowed from coreutils commits 373ba16f332d and 40434e566e52
|
|
|
|
|
|
|
|
|
|
| |
* dist-check.mk (null_AM_MAKEFLAGS): Remove LIBTOOL. Adding it was
erroneous, since it is required when building from a distribution
tarball of a libtool-using project. Reported by Ralf Wildenhues.
(my-distcheck): Reorganize to use a subshell and set -e, so that
failures propagate "out". Without this change, setting LIBTOOL=false
would cause a failure that would then be ignored, probably due to a
problem in $(install-transform-check).
|
|
|
|
|
|
| |
* dist-check.mk (built_programs): Use parted/, not src/.
(install-transform-check): Search sbin/, not /bin.
Expect man pages to be in man8/*.8.
|
|
|
|
|
| |
* dist-check.mk: Sync from coreutils.
* gnulib: Update to latest.
|
|
|
|
|
| |
* dist-check.mk: Sync from coreutils.
* gnulib: Update to latest.
|
|
|
|
| |
* dist-check.mk: Merge from coreutils.
|
|
|
|
|
| |
* dist-check.mk (taint-distcheck): Disable rule, since it
would trigger a bug in libtool-generated scripts.
|
|
|
|
|
| |
* dist-check.mk (install-transform-check): The binaries will be located
in /sbin instead of /bin.
|
|
* dist-check.mk: New file, from coreutils. Was part of maint.mk.
* cfg.mk (old_NEWS_hash): Include $(srcdir)/dist-check.mk.
Remove trailing " -", to align with new check in maint.mk.
* Makefile.am (EXTRA_DIST): Add dist-check.mk.
|