summaryrefslogtreecommitdiff
path: root/dist-check.mk
Commit message (Collapse)AuthorAgeFilesLines
* dist-check.mk: Remove empty .deps directoriesBrian C. Lane2019-08-091-0/+4
| | | | Borrowed from coreutils commits 373ba16f332d and 40434e566e52
* maint: improve dist-check.mk rulesJim Meyering2009-12-141-9/+9
| | | | | | | | | | * 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).
* maint: dist-check.mk adapt to parted-specific detailsJim Meyering2009-12-141-3/+3
| | | | | | * dist-check.mk (built_programs): Use parted/, not src/. (install-transform-check): Search sbin/, not /bin. Expect man pages to be in man8/*.8.
* maint: sync dist-check.mk from coreutilsJim Meyering2009-12-131-7/+28
| | | | | * dist-check.mk: Sync from coreutils. * gnulib: Update to latest.
* maint: sync dist-check.mk from coreutilsJim Meyering2009-12-131-20/+53
| | | | | * dist-check.mk: Sync from coreutils. * gnulib: Update to latest.
* build: update dist-check rulesJim Meyering2009-08-181-4/+2
| | | | * dist-check.mk: Merge from coreutils.
* tests: disable the taint-distcheck ruleJim Meyering2009-07-091-21/+4
| | | | | * dist-check.mk (taint-distcheck): Disable rule, since it would trigger a bug in libtool-generated scripts.
* Tweak distcheck.Joel Granados Moreno2009-06-101-1/+1
| | | | | * dist-check.mk (install-transform-check): The binaries will be located in /sbin instead of /bin.
* build: accommodate maint.mk, now that it's pulled from gnulibJim Meyering2009-04-261-0/+135
* 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.