Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Nov 2025 06:11:48 +0000
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Cc:        Minsoo Choo <minsoochoo0122@proton.me>
Subject:   git: 96265d5ea907 - main - release: match comment for if statement
Message-ID:  <692a8ea4.21ebd.11995d43@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by imp:

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

commit 96265d5ea907d75709f419b01b44c60337ae7fcc
Author:     Minsoo Choo <minsoochoo0122@proton.me>
AuthorDate: 2025-11-29 00:17:34 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2025-11-29 04:56:35 +0000

    release: match comment for if statement
    
    Signed-off-by: Minsoo Choo <minsoochoo0122@proton.me>
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/1903
---
 release/Makefile.mirrors | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release/Makefile.mirrors b/release/Makefile.mirrors
index 924d289d1c44..db7026ea07a7 100644
--- a/release/Makefile.mirrors
+++ b/release/Makefile.mirrors
@@ -45,7 +45,7 @@ TLD?=			${FTPDIR}/releases
 SNAPSHOT=		1
 .  endif
 IMAGES:=		img
-. endif # arm/armv6
+. endif # arm/riscv
 .endif # embedded
 
 .if defined(WITH_VMIMAGES) && !empty(WITH_VMIMAGES)


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?692a8ea4.21ebd.11995d43>