History log of /freebsd-current/etc/termcap/Makefile
Revision Date Author Comments
# 1da7f3f6 01-Dec-2023 Ka Ho Ng <khng@FreeBSD.org>

termcap.small: Include xterm-256color

MFC after: 7 days
Reviewed by: imp, jhb
Differential Revision: https://reviews.freebsd.org/D42784


# 577b62c2 02-Mar-2023 Mark Johnston <markj@FreeBSD.org>

pkgbase: Put termcap.small in the same package as termcap

Reviewed by: manu
Differential Revision: https://reviews.freebsd.org/D36951


# 7a8d62cd 27-Dec-2022 John Baldwin <jhb@FreeBSD.org>

termcap.small: Don't use -o pipefail.

The command to generate termcap.small doesn't use any pipes, so this
option is not needed. Using it also breaks cross-building on hosts
where /bin/sh does not support pipefail such as Linux hosts where
/bin/sh is dash.

Reviewed by: sobomax, imp
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D37865


# 3078531d 13-Sep-2022 Maxim Sobolev <sobomax@FreeBSD.org>

Fix mergemaster(8) breakage in the 6ad780caa.

Split out termcap.small generation into its own Makefile under
etc/termcap, so it's properly executed by the underlying command:

make 'SUBDIR_OVERRIDE=etc' everything

Reported by: gbe
MFC after: 1 month