summaryrefslogtreecommitdiffstats
path: root/share/termcap/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-02-24 00:02:55 +0000
committerimp <imp@FreeBSD.org>2001-02-24 00:02:55 +0000
commit4b6751a6116fcfd0edc668534c944455cf666280 (patch)
tree77d76855054b50bf598389f5cf07bc29fee68a95 /share/termcap/Makefile
parentc4ff4fe19e5d6e5d669afc648a911e83f7ff89b3 (diff)
downloadFreeBSD-src-4b6751a6116fcfd0edc668534c944455cf666280.zip
FreeBSD-src-4b6751a6116fcfd0edc668534c944455cf666280.tar.gz
Force TERM to be dumb when building termcap. ex in batch mode seems
to care about the terminal setting. In emacs, make buildworld was broken because it sets TERM to emacs, which caused ex to fail.
Diffstat (limited to 'share/termcap/Makefile')
-rw-r--r--share/termcap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/termcap/Makefile b/share/termcap/Makefile
index 8d586b5..53ba1cd 100644
--- a/share/termcap/Makefile
+++ b/share/termcap/Makefile
@@ -13,7 +13,7 @@ FILES= termcap termcap.db
all: termcap termcap.db
termcap: reorder termcap.src
- ex - ${.CURDIR}/termcap.src < ${.CURDIR}/reorder > /dev/null
+ TERM=dumb ex - ${.CURDIR}/termcap.src < ${.CURDIR}/reorder > /dev/null
termcap.db: termcap
cap_mkdb termcap
OpenPOWER on IntegriCloud