diff options
author | Karl Berry <karl@freefriends.org> | 2022-01-11 22:54:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-01-11 22:54:49 +0000 |
commit | 507a94e7a5161b9272bdee7845c519004df84732 (patch) | |
tree | 0e3e5ca4f9711f59c34d04e0bed574f9e69de791 /Build/source/libs | |
parent | 4902f0bb638a2a0b2c74cb856c0d0985561f38c8 (diff) |
do not propagate leading comments from Makefile.in, do add trailing comment for some *.am
git-svn-id: svn://tug.org/texlive/trunk@61576 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs')
-rw-r--r-- | Build/source/libs/Makefile.in | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/Build/source/libs/Makefile.in b/Build/source/libs/Makefile.in index 6d6eca2a8c9..80c1ed5aa4e 100644 --- a/Build/source/libs/Makefile.in +++ b/Build/source/libs/Makefile.in @@ -420,23 +420,6 @@ NEVER_NAMES_LT = -o -name .libs -o -name '*.lo' # Files not to be distributed recurse_this = libs/ recurse_top = ../ - -# am/recurse.am: Makefile fragment to configure and build subdirs. -# -# Copyright 2017-2020 Karl Berry <tex-live@tug.org> -# Copyright 2013 Peter Breitenlohner <tex-live@tug.org> -# You may freely use, modify and/or distribute this file. -# -# Requires $(recurse_this) and $(recurse_top). -# Uses CONF_SUBDIRS and MAKE_SUBDIRS (set by kpse-setup.m4). -# -# For subdirs not required for the current set of configure options -# we append '--disable-build' so they can skip tests that would -# fail because, e.g., some required libraries were not built. -# (By manually testing $enable_build in configure, e.g., dvisvgm/configure.) -# -# Code inspired by automake's way to handle recursive targets. -# cf_silent = $(cf_silent_@AM_V@) cf_silent_ = $(cf_silent_@AM_DEFAULT_V@) cf_silent_0 = --silent @@ -947,6 +930,8 @@ $(CONFIG_AUX): @echo "configure in $(recurse_top)auxdir/auxsub failed to create the file $@" exit 1 +# (end of recurse.am) + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |