-DNOPROFILE=true defines the "NOPROFILE=true" variable to be "1".
This commit is contained in:
parent
51ac6aebb3
commit
c72c8b1a9d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14904
1 changed files with 2 additions and 2 deletions
|
@ -1070,11 +1070,11 @@ Script done, …</screen>
|
|||
|
||||
<para>For example, if you ran:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>make -DNOPROFILE=true buildworld</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>make -DNOPROFILE buildworld</userinput></screen>
|
||||
|
||||
<para>you must install the results with:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>make -DNOPROFILE=true installworld</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>make -DNOPROFILE installworld</userinput></screen>
|
||||
|
||||
<para>otherwise it would try to install profiled libraries that
|
||||
had not been built during the <command>make buildworld</command>
|
||||
|
|
Loading…
Reference in a new issue