From fc4dfb419b4f3133b1325ed748272b80a3b136cf Mon Sep 17 00:00:00 2001 From: 0mp <0mp@FreeBSD.org> Date: Thu, 27 Sep 2018 12:20:32 +0000 Subject: [PATCH] Cross-reference style.Makefile(5) from make(1) and make.conf(5). Reviewed by: krion, mat, sjg Approved by: re (gjb), krion (mentor), mat (mentor) Sponsored by: Bally Wulff Games & Entertainment GmbH Differential Revision: https://reviews.freebsd.org/D17170 --- contrib/bmake/make.1 | 7 ++++--- share/man/man5/make.conf.5 | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/contrib/bmake/make.1 b/contrib/bmake/make.1 index c4479f1b845..631b17c46f5 100644 --- a/contrib/bmake/make.1 +++ b/contrib/bmake/make.1 @@ -29,7 +29,7 @@ .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 .\" -.Dd June 22, 2017 +.Dd September 27, 2018 .Dt MAKE 1 .Os .Sh NAME @@ -796,7 +796,7 @@ Tells whether to pass the descriptors of the job token queue even if the target is not tagged with .Ic .MAKE -The default is +The default is .Ql Pa yes for backwards compatability with .Fx 9.0 @@ -2385,7 +2385,8 @@ Basic use of suffix rules (for files only in the current directory, not trying to chain transformations together, etc.) is also reasonably portable. .Sh SEE ALSO -.Xr mkdep 1 +.Xr mkdep 1 , +.Xr style.Makefile 5 .Sh HISTORY A .Nm diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5 index 7517d20db19..f8c148e62cc 100644 --- a/share/man/man5/make.conf.5 +++ b/share/man/man5/make.conf.5 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd August 15, 2018 +.Dd September 27, 2018 .Dt MAKE.CONF 5 .Os .Sh NAME @@ -676,6 +676,7 @@ Porter's Handbook. .Xr install 1 , .Xr make 1 , .Xr src.conf 5 , +.Xr style.Makefile 5 , .Xr environ 7 , .Xr ports 7 , .Xr sendmail 8 -- 2.45.0