Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make Mention 'make -r' with .POSIX



details:   https://anonhg.NetBSD.org/src/rev/9d75104a9265
branches:  trunk
changeset: 364466:9d75104a9265
user:      sjg <sjg%NetBSD.org@localhost>
date:      Sat Mar 26 15:39:58 2022 +0000

description:
Mention 'make -r' with .POSIX

diffstat:

 usr.bin/make/make.1 |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r fb333dc4967a -r 9d75104a9265 usr.bin/make/make.1
--- a/usr.bin/make/make.1       Sat Mar 26 14:34:07 2022 +0000
+++ b/usr.bin/make/make.1       Sat Mar 26 15:39:58 2022 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: make.1,v 1.306 2022/03/25 21:16:04 sjg Exp $
+.\"    $NetBSD: make.1,v 1.307 2022/03/26 15:39:58 sjg Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -2301,6 +2301,13 @@
 .Ql posix.mk
 will be included if possible,
 to provide POSIX compatible default rules.
+If
+.Nm
+is run with the
+.Fl r
+flag, then only
+.Ql posix.mk
+will contribute to the default rules.
 .It Ic .PRECIOUS
 Apply the
 .Ic .PRECIOUS



Home | Main Index | Thread Index | Old Index