The branch main has been updated by markj:

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

commit cfbbe5d7fa9feb1fa5205b960e86684f67690cef
Author:     Mark Johnston <ma...@freebsd.org>
AuthorDate: 2024-12-16 22:32:21 +0000
Commit:     Mark Johnston <ma...@freebsd.org>
CommitDate: 2024-12-16 22:32:21 +0000

    Makefile.inc1: Fix a typo
    
    Fixes:  266f640b3896 ("Makefile.inc1: Remove non-NO_ROOT cases from 
distributeworld")
---
 Makefile.inc1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc1 b/Makefile.inc1
index 8d47d8098ab8..5c3d190e4c3e 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1004,7 +1004,7 @@ IMAKE_MTREE=      MTREE_CMD="${MTREE_CMD} ${MTREEFLAGS}"
 .if ${DISTDIR:U/} == /
 .error DISTDIR must be set for make distributeworld and may not be the root 
directory.
 .endif
-if !defined(NO_ROOT) || !defined(METALOG)
+.if !defined(NO_ROOT) || !defined(METALOG)
 .error NO_ROOT and METALOG must be set for make distributeworld.
 .endif
 CERTCTLDESTDIR=        ${DESTDIR}/${DISTDIR}

Reply via email to