diff options
author | kn <kn@cvs.openbsd.org> | 2018-02-24 21:05:58 +0000 |
---|---|---|
committer | kn <kn@cvs.openbsd.org> | 2018-02-24 21:05:58 +0000 |
commit | 4b09902ef72295d07fa444d50f50b0075ac8c900 (patch) | |
tree | b7282e00852a5c17ab0d785fb4def5c12b69fbf9 | |
parent | c60ed38293a3885b317a08e651cd79119b18a0ec (diff) |
Document MODCARO_RUSTFLAGS.
ok sthen
-rw-r--r-- | share/man/man5/port-modules.5 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index f3408ef63c1..352048373c8 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.226 2018/01/26 13:12:08 jca Exp $ +.\" $OpenBSD: port-modules.5,v 1.227 2018/02/24 21:05:57 kn Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 26 2018 $ +.Dd $Mdocdate: February 24 2018 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -612,6 +612,10 @@ instead of the standard crates-io network source. Finally, any crates listed in .Ev MODCARGO_CRATES_UPDATE are updated. +.Ev MODCARGO_RUSTFLAGS +can be used to pass custom flags to all +.Xr rustc 1 +invocations. .Pp .Pa lang/rust , .Pa devel/cargo |