Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Aug 2023 04:04:20 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 834f73d25358 - main - build{libcompat}: Pass UNIVERSE_TOOLCHAIN_PATH to the _lc_build-tools submake
Message-ID:  <202308220404.37M44KDm093284@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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