Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Mar 2021 15:05:42 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 4a847a6ccdf2 - main - Revert "bootstrap: add tic to the bootstrap tools" Since we don't build and install the terminfo db anymore this is not needed
Message-ID:  <202103181505.12IF5gZ2067215@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/src/commit/?id=4a847a6ccdf2ed583b8635103b36b76e153ffb62

commit 4a847a6ccdf2ed583b8635103b36b76e153ffb62
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2021-03-18 15:01:11 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2021-03-18 15:05:20 +0000

    Revert "bootstrap: add tic to the bootstrap tools"
    Since we don't build and install the terminfo db anymore this is not
    needed
    
    This reverts commit b6a51d39e3a2e2f75d5b42a8c17a531063258a15.
    This reverts commit e5e4845959ac60110677df302a68c220dff75abe.
    This reverts commit 0af562d7e1850bbef230d30805c101b26588a3ed.
---
 Makefile.inc1 | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/Makefile.inc1 b/Makefile.inc1
index 9b52372288f7..005d9d25afb3 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -2479,7 +2479,6 @@ bootstrap-tools: ${_bt}-links .PHONY
     lib/libopenbsd \
     usr.bin/mandoc \
     usr.bin/rpcgen \
-    lib/ncurses/ncurses \
     ${_yacc} \
     ${_m4} \
     ${_lex} \
@@ -2494,7 +2493,6 @@ bootstrap-tools: ${_bt}-links .PHONY
     ${_nmtree} \
     ${_vtfontcvt} \
     ${_localedef} \
-    usr.bin/ncurses \
     ${LOCAL_BSTOOL_DIRS}
 ${_bt}-${_tool}: ${_bt}-links .PHONY .MAKE
 	${_+_}@${ECHODIR} "===> ${_tool} (obj,all,install)"; \
@@ -2516,9 +2514,6 @@ ${_bt}-usr.bin/xinstall: ${_bt}-lib/libmd
 ${_bt}-sbin/md5: ${_bt}-lib/libmd
 .endif
 
-.if target(${_bt}-usr.bin/ncurses)
-${_bt}-usr.bin/ncurses: ${_bt}-lib/ncurses/ncurses
-.endif
 
 #
 # build-tools: Build special purpose build tools



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103181505.12IF5gZ2067215>