Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Dec 2021 19:17:02 GMT
From:      Jessica Clarke <jrtc27@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 5022d54e061a - main - Makefile.boot: Fix copy/paste error in LIBNV's crossbuild override
Message-ID:  <202112061917.1B6JH2qo007495@gitrepo.freebsd.org>

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

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

commit 5022d54e061a91b8ccc6a621ceb94ba9e56209c4
Author:     Jessica Clarke <jrtc27@FreeBSD.org>
AuthorDate: 2021-12-06 18:01:37 +0000
Commit:     Jessica Clarke <jrtc27@FreeBSD.org>
CommitDate: 2021-12-06 19:16:27 +0000

    Makefile.boot: Fix copy/paste error in LIBNV's crossbuild override
    
    Only noticed due to needing to change the surrounding lines, so
    presumably nothing currently needs this.
    
    MFC after:      1 week
---
 tools/build/mk/Makefile.boot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/build/mk/Makefile.boot b/tools/build/mk/Makefile.boot
index 317f1816dbea..8ac360e663c9 100644
--- a/tools/build/mk/Makefile.boot
+++ b/tools/build/mk/Makefile.boot
@@ -23,7 +23,7 @@ LIBCPLUSPLUS:=
 LIBARCHIVE:=
 LIBPTHREAD:=
 LIBMD:=${WORLDTMP}/legacy/usr/lib/libmd.a
-LIBNV:=${WORLDTMP}/legacy/usr/lib/libmd.a
+LIBNV:=${WORLDTMP}/legacy/usr/lib/libnv.a
 LIBSBUF:=${WORLDTMP}/legacy/usr/lib/libsbuf.a
 LIBY:=${WORLDTMP}/legacy/usr/lib/liby.a
 LIBL:=${WORLDTMP}/legacy/usr/lib/libl.a



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