git: 900ca3c03a4e - stable/12 - style.Makefile.5: Do not require $FreeBSD$ SCM IDs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Nov 2021 16:46:22 UTC
The branch stable/12 has been updated by 0mp (doc, ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=900ca3c03a4e06abc7bb645f594c5ff777fe0378
commit 900ca3c03a4e06abc7bb645f594c5ff777fe0378
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-11-18 21:00:30 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2021-11-28 16:45:54 +0000
style.Makefile.5: Do not require $FreeBSD$ SCM IDs
It's no longer required to have those SCM IDs at the start of makefiles.
MFC after: 3 days
(cherry picked from commit 1ac5586c6d86134922e18871b270ca483c00bf8b)
---
share/man/man5/style.Makefile.5 | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/share/man/man5/style.Makefile.5 b/share/man/man5/style.Makefile.5
index 5e34b968305b..e3f92242b640 100644
--- a/share/man/man5/style.Makefile.5
+++ b/share/man/man5/style.Makefile.5
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 21, 2015
+.Dd November 18, 2021
.Dt STYLE.MAKEFILE 5
.Os
.Sh NAME
@@ -42,13 +42,6 @@ This file specifies the preferred style for makefiles in the
source tree.
.Bl -bullet
.It
-All makefiles should have an SCM ID at the start of the file,
-followed by a blank line.
-.Bd -literal
-# $FreeBSD\&$
-
-.Ed
-.It
.Cm .PATH :
comes next if needed, and is spelled
.Dq Li ".PATH: " ,