Module Name:    src
Committed By:   sjg
Date:           Sat Sep 21 23:42:53 UTC 2024

Modified Files:
        src/usr.bin/make: make.1

Log Message:
Only list the defaults for MAKEFILE_PREFERENCE once


To generate a diff of this commit:
cvs rdiff -u -r1.378 -r1.379 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.378 src/usr.bin/make/make.1:1.379
--- src/usr.bin/make/make.1:1.378	Mon Jul  1 21:02:26 2024
+++ src/usr.bin/make/make.1	Sat Sep 21 23:42:53 2024
@@ -1,4 +1,4 @@
-.\"	$NetBSD: make.1,v 1.378 2024/07/01 21:02:26 sjg Exp $
+.\"	$NetBSD: make.1,v 1.379 2024/09/21 23:42:53 sjg Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"	from: @(#)make.1	8.4 (Berkeley) 3/19/94
 .\"
-.Dd July 1, 2024
+.Dd September 21, 2024
 .Dt MAKE 1
 .Os
 .Sh NAME
@@ -233,10 +233,8 @@ so the actual commands are printed as th
 .It Fl e
 Let environment variables override global variables within makefiles.
 .It Fl f Ar makefile
-Specify a makefile to read instead of the default
-.Pa makefile
-or
-.Pa Makefile .
+Specify a makefile to read instead of one of the defaults listed in
+.Va .MAKE.MAKEFILE_PREFERENCE .
 If
 .Ar makefile
 is

Reply via email to