git: 834f73d25358 - main - build{libcompat}: Pass UNIVERSE_TOOLCHAIN_PATH to the _lc_build-tools submake
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Aug 2023 04:04:20 UTC
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=834f73d253581dba80a2d67a7c06b102b78c8a58 commit 834f73d253581dba80a2d67a7c06b102b78c8a58 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2023-08-22 04:00:45 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2023-08-22 04:00:45 +0000 build{libcompat}: Pass UNIVERSE_TOOLCHAIN_PATH to the _lc_build-tools submake This fixes make UNIVERSE_TOOLCHAIN=yes with libcompats. Reviewed by: jrtc27 Differential Revision: https://reviews.freebsd.org/D41535 --- Makefile.libcompat | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.libcompat b/Makefile.libcompat index a717cd9639b0..a957c47598e6 100644 --- a/Makefile.libcompat +++ b/Makefile.libcompat @@ -63,6 +63,7 @@ build${libcompat}: .PHONY DESTDIR= \ OBJTOP=${LIB${_LIBCOMPAT}_OBJTOP} \ OBJROOT='$${OBJTOP}/' \ + UNIVERSE_TOOLCHAIN_PATH=${UNIVERSE_TOOLCHAIN_PATH} \ MAKEOBJDIRPREFIX= \ -DNO_LINT \ -DNO_CPU_CFLAGS \