Merge pull request #74506 from waiting-for-dev/dontInstall

doc/stdenv: Add docs for 'dontInstall' variable
This commit is contained in:
Marek Mahut 2019-12-10 22:46:21 +01:00 committed by GitHub
commit 67def7ca74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1123,6 +1123,16 @@ preBuild = ''
<variablelist>
<title>Variables controlling the install phase</title>
<varlistentry>
<term>
<varname>dontInstall</varname>
</term>
<listitem>
<para>
Set to true to skip the install phase.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<varname>makeFlags</varname> / <varname>makeFlagsArray</varname> / <varname>makefile</varname>