Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Mar 2021 13:23:04 GMT
From:      Alex Richardson <arichardson@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: e5e4845959ac - main - Makefile.inc1 "Avoid duplicate script for target" warning
Message-ID:  <202103011323.121DN4VO086759@gitrepo.freebsd.org>

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

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

commit e5e4845959ac60110677df302a68c220dff75abe
Author:     Alex Richardson <arichardson@FreeBSD.org>
AuthorDate: 2021-03-01 13:20:32 +0000
Commit:     Alex Richardson <arichardson@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



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