diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2023-09-09 10:07:00 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2023-09-09 10:07:00 +0000 |
commit | aa66f2c1bfdfd883bada2bcc23fa20b4ad959b40 (patch) | |
tree | ebf0e0f70c8f6442f4ca5f260a6f251ad5765039 /share | |
parent | 20806083f48b7564baa1c0af7b865d038750064b (diff) |
remove PATCH_DEBUG documentation, since it has been always on since 2016
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index d6932ff09bd..5633510ecda 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.623 2023/09/09 00:10:20 bentley Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.624 2023/09/09 10:06:59 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -2643,13 +2643,6 @@ Don't touch unless the default target needs to be redefined. Ideally, user-defined patch subtargets ought to test checkpatch. In practice, they don't. -.It Ev PATCH_DEBUG -If set to -.Sq Yes , -the -.Cm patch -stage will output extra debug information. -This is the default. .It Ev PATCH_DIST_ARGS Full list of options used while applying distribution patches. .It Ev PATCH_DIST_STRIP |