git: cd7a83084e41 - stable/13 - Makefile.boot: Fix copy/paste error in LIBNV's crossbuild override
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jan 2022 01:39:55 UTC
The branch stable/13 has been updated by jrtc27:
URL: https://cgit.FreeBSD.org/src/commit/?id=cd7a83084e419b9c1a0246e4711e232970b4b7d9
commit cd7a83084e419b9c1a0246e4711e232970b4b7d9
Author: Jessica Clarke <jrtc27@FreeBSD.org>
AuthorDate: 2021-12-06 18:01:37 +0000
Commit: Jessica Clarke <jrtc27@FreeBSD.org>
CommitDate: 2022-01-24 23:59:05 +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
(cherry picked from commit 5022d54e061a91b8ccc6a621ceb94ba9e56209c4)
---
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