Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/make Make delimiters in <file> and "file" literal.



details:   https://anonhg.NetBSD.org/src/rev/27b36854cbc7
branches:  trunk
changeset: 744499:27b36854cbc7
user:      uwe <uwe%NetBSD.org@localhost>
date:      Mon Feb 03 22:25:17 2020 +0000

description:
Make delimiters in <file> and "file" literal.

diffstat:

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

diffs (39 lines):

diff -r 60c2b7c058fb -r 27b36854cbc7 usr.bin/make/make.1
--- a/usr.bin/make/make.1       Mon Feb 03 20:34:13 2020 +0000
+++ b/usr.bin/make/make.1       Mon Feb 03 22:25:17 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: make.1,v 1.277 2020/02/03 15:47:03 kamil Exp $
+.\"    $NetBSD: make.1,v 1.278 2020/02/03 22:25:17 uwe Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -272,7 +272,7 @@
 .It Fl m Ar directory
 Specify a directory in which to search for sys.mk and makefiles included
 via the
-.Pf < Ar file Ns > Ns -style
+.Li \&< Ns Ar file Ns Li \&> Ns -style
 include statement.
 The
 .Fl m
@@ -280,7 +280,7 @@
 This path will override the default system include path: /usr/share/mk.
 Furthermore the system include path will be appended to the search path used
 for
-.Pf \*q Ar file Ns \*q Ns -style
+.Li \*q Ns Ar file Ns Li \*q Ns -style
 include statements (see the
 .Fl I
 option).
@@ -1622,9 +1622,9 @@
 .Pq Ql \&.
 character.
 Files are included with either
-.Cm \&.include Pf < Ar file Ns >
+.Cm \&.include \&< Ns Ar file Ns Cm \&>
 or
-.Cm \&.include Pf \*q Ar file Ns \*q .
+.Cm \&.include \&\*q Ns Ar file Ns Cm \&\*q .
 Variables between the angle brackets or double quotes are expanded
 to form the file name.
 If angle brackets are used, the included makefile is expected to be in



Home | Main Index | Thread Index | Old Index