-DNOPROFILE=true defines the "NOPROFILE=true" variable to be "1".

This commit is contained in:
Ruslan Ermilov 2002-11-14 08:57:20 +00:00
parent 51ac6aebb3
commit c72c8b1a9d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14904

View file

@ -1070,11 +1070,11 @@ Script done, &hellip;</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>