git: e5e4845959ac - main - Makefile.inc1 "Avoid duplicate script for target" warning

Alex Richardson arichardson at FreeBSD.org
Mon Mar 1 13:23:04 UTC 2021


The branch main has been updated by arichardson:

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

commit e5e4845959ac60110677df302a68c220dff75abe
Author:     Alex Richardson <arichardson at FreeBSD.org>
AuthorDate: 2021-03-01 13:20:32 +0000
Commit:     Alex Richardson <arichardson at FreeBSD.org>
CommitDate: 2021-03-01 13:22:15 +0000

    Makefile.inc1 "Avoid duplicate script for target" warning
    
    This happens if -DBOOTSTRAP_ALL_TOOLS or when building on non-FreeBSD.
---
 Makefile.inc1 | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Makefile.inc1 b/Makefile.inc1
index fd5097d1f8dd..9b52372288f7 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -2433,9 +2433,6 @@ ${_bt}-usr.sbin/config: ${_bt}-usr.bin/file2c ${_bt_lex_depend}
 # since "make" will usually point to GNU make there.
 _other_bootstrap_tools+=usr.bin/bmake
 
-_other_bootstrap_tools+=lib/ncurses/ncurses
-${_bt}-usr.bin/ncurses: ${_bt}-lib/ncurses/ncurses
-
 # Avoid dependency on host bz2 headers:
 _other_bootstrap_tools+=lib/libbz2
 ${_bt}-usr.bin/grep: ${_bt}-lib/libbz2


More information about the dev-commits-src-main mailing list