mirror of
https://https.git.savannah.gnu.org/git/groff.git
synced 2026-01-26 07:37:53 +00:00
Makefile.am: Improve ergonomics for maintainer.
* Makefile.am: Add "filename-length-max=99" to `AUTOMAKE_OPTIONS` macro so that a "dist" build fails if the file names get too long for a V7 tar archive. Consequently, the build should now fail earlier if "distcheck" would fail because test scripts are missing because their file names were too long to be archived. See the GNU Automake 1.16.3 manual, §17.2 "List of Automake options".
This commit is contained in:
parent
e5cdb7f2da
commit
2889574580
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
||||
2026-01-21 G. Branden Robinson <g.branden.robinson@gmail.com>
|
||||
|
||||
* Makefile.am: Add "filename-length-max=99" to
|
||||
`AUTOMAKE_OPTIONS` macro so that a "dist" build fails if the
|
||||
file names get too long for a V7 tar archive. Consequently, the
|
||||
build should now fail earlier if "distcheck" would fail because
|
||||
test scripts are missing because their file names were too long
|
||||
to be archived. See the GNU Automake 1.16.3 manual, §17.2 "List
|
||||
of Automake options".
|
||||
|
||||
2026-01-20 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
* src/libs/libgroff/libgroff.am: Drop `libgroff_a_LIBADD` macro
|
||||
|
||||
@ -544,7 +544,7 @@ REVISION = `echo $(VERSION) | cut -d . -f 3`
|
||||
# Initialize Automake variables we haven't already handled; see section
|
||||
# "3.8 Modifying the build rules of a Gnulib import directory" in the
|
||||
# Gnulib manual.
|
||||
AUTOMAKE_OPTIONS =
|
||||
AUTOMAKE_OPTIONS = filename-length-max=99
|
||||
SUBDIRS =
|
||||
noinst_HEADERS =
|
||||
noinst_LTLIBRARIES =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user