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.1: fix accidental removal of the directive...
details: https://anonhg.NetBSD.org/src/rev/db725f04e87a
branches: trunk
changeset: 368962:db725f04e87a
user: rillig <rillig%NetBSD.org@localhost>
date: Sun Aug 14 19:26:39 2022 +0000
description:
make.1: fix accidental removal of the directive 'export'
diffstat:
usr.bin/make/make.1 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 1d1a381dc3d7 -r db725f04e87a usr.bin/make/make.1
--- a/usr.bin/make/make.1 Sun Aug 14 19:12:23 2022 +0000
+++ b/usr.bin/make/make.1 Sun Aug 14 19:26:39 2022 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: make.1,v 1.322 2022/08/14 10:14:58 uwe Exp $
+.\" $NetBSD: make.1,v 1.323 2022/08/14 19:26:39 rillig Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -1810,9 +1810,9 @@
flag, so should be used with caution.
For compatibility with other
.Nm
-programs
-.Ar variable\| Ns Cm \&= Ns Ar value
-is also accepted.
+programs,
+.Cm export Ar variable\| Ns Cm \&= Ns Ar value
+(without leading dot) is also accepted.
.Pp
Appending a variable name to
.Va .MAKE.EXPORTED
Home |
Main Index |
Thread Index |
Old Index