From: Sascha Wildner Date: Mon, 21 Oct 2013 16:13:26 +0000 (+0200) Subject: make.1: We use bmake.1, not make.1. X-Git-Tag: v3.7.0~103 X-Git-Url: https://gitweb.dragonflybsd.org/~tuxillo/dragonfly.git/commitdiff_plain/e22c1f3520a076b4bfa998820f074683824ee0ad make.1: We use bmake.1, not make.1. --- diff --git a/contrib/bmake/README.DRAGONFLY b/contrib/bmake/README.DRAGONFLY index 03e55b0ce8..c155ad7ff7 100644 --- a/contrib/bmake/README.DRAGONFLY +++ b/contrib/bmake/README.DRAGONFLY @@ -12,6 +12,6 @@ sha1 = 1a23e034d77459bc82e5259dea029514403ce484 The file README.DELETED contains a list of deleted files and directories. The following files have been patched: -make.1 +bmake.1 meta.c suff.c diff --git a/contrib/bmake/bmake.1 b/contrib/bmake/bmake.1 index d7ed08af0c..3ffd5250e0 100644 --- a/contrib/bmake/bmake.1 +++ b/contrib/bmake/bmake.1 @@ -1482,8 +1482,8 @@ PATH := ${PATH} .Li .unexport-env .Li .export PATH .Li .endif -.Pp .Ed +.Pp Would result in an environment containing only .Ql Ev PATH , which is the minimal useful environment. diff --git a/contrib/bmake/make.1 b/contrib/bmake/make.1 index e07a06cc16..25fe488c16 100644 --- a/contrib/bmake/make.1 +++ b/contrib/bmake/make.1 @@ -1482,8 +1482,8 @@ PATH := ${PATH} .Li .unexport-env .Li .export PATH .Li .endif -.Ed .Pp +.Ed Would result in an environment containing only .Ql Ev PATH , which is the minimal useful environment.