Module Name: src
Committed By: sjg
Date: Sat Mar 26 15:39:58 UTC 2022
Modified Files:
src/usr.bin/make: make.1
Log Message:
Mention 'make -r' with .POSIX
To generate a diff of this commit:
cvs rdiff -u -r1.306 -r1.307 src/usr.bin/make/make.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/make/make.1
diff -u src/usr.bin/make/make.1:1.306 src/usr.bin/make/make.1:1.307
--- src/usr.bin/make/make.1:1.306 Fri Mar 25 21:16:04 2022
+++ src/usr.bin/make/make.1 Sat Mar 26 15:39:58 2022
@@ -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 @@ is encountered, the makefile
.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