Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Mar 2023 21:01:25 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: fca7df1b28c8 - main - makeman: don't insert a $FreeBSD$
Message-ID:  <202303082101.328L1PJb099651@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by brooks:

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

commit fca7df1b28c8c1e63f1e10c75ae30700409a6c04
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2023-03-08 21:01:17 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2023-03-08 21:01:17 +0000

    makeman: don't insert a $FreeBSD$
    
    There's no need to insert this line which won't be expanded in git.  Not
    generating it won't impact MFCs to 12 since the removal won't be MFCd.
    
    Reviewed by:    emaste
    Sponsored by:   DARPA
    Differential Revision:  https://reviews.freebsd.org/D38989
---
 tools/build/options/makeman | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tools/build/options/makeman b/tools/build/options/makeman
index 73b696463b55..69dd3a46c201 100755
--- a/tools/build/options/makeman
+++ b/tools/build/options/makeman
@@ -140,11 +140,9 @@ main()
 {
 	echo "building src.conf.5 man page from files in ${PWD}" >&2
 
-	fbsdid='$'FreeBSD'$'
 	generated='@'generated
 	cat <<EOF
 .\" DO NOT EDIT-- this file is $generated by tools/build/options/makeman.
-.\" ${fbsdid}
 .Dd $(echo $(LC_TIME=C date +'%B %e, %Y'))
 .Dt SRC.CONF 5
 .Os



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