Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Mar 2026 03:16:06 +0000
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: e8dac3944dca - main - Makefile.inc1: Remove extraneous }
Message-ID:  <69c5f676.27458.53c3504a@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by emaste:

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

commit e8dac3944dcaa7b1a2691c82def15a1ede6bcfe3
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2026-03-27 03:12:44 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-03-27 03:15:51 +0000

    Makefile.inc1: Remove extraneous }
    
    Reported by:    tijl
    Fixes: 17494c6e6b7d ("build: Boostrap LLVM_BINUTILS for cross-tools")
---
 Makefile.inc1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc1 b/Makefile.inc1
index 6c126f01973f..9c6ca7cbc882 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -3071,7 +3071,7 @@ _lld=		usr.bin/clang/lld
     ${MK_LLVM_BINUTILS_BOOTSTRAP} != "no"
 _clang_libs=	lib/clang
 .endif
-.if ${MK_LLVM_BINUTILS_BOOTSTRAP}} != "no"
+.if ${MK_LLVM_BINUTILS_BOOTSTRAP} != "no"
 _llvm_binutils=	usr.bin/clang/llvm-ar \
 		usr.bin/clang/llvm-nm \
 		usr.bin/clang/llvm-objcopy \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c5f676.27458.53c3504a>