- Add a brief note on the "developer mode" for porting
Requested by: bapt
This commit is contained in:
parent
571fbf7032
commit
d946d37417
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43085
1 changed files with 12 additions and 0 deletions
|
@ -125,6 +125,18 @@
|
|||
too.</para>
|
||||
</note>
|
||||
|
||||
<note>
|
||||
<para>It is recommended to set the <makevar>DEVELOPER</makevar>
|
||||
&man.make.1; variable in <filename>/etc/make.conf</filename>
|
||||
before getting into porting.</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>echo DEVELOPER=yes >> /etc/make.conf</userinput></screen>
|
||||
|
||||
<para>This setting enables the <quote>developer mode</quote> that
|
||||
displays deprecation warnings and activates some further quality
|
||||
checks on calling the <command>make</command> command.</para>
|
||||
</note>
|
||||
|
||||
<sect1 id="porting-makefile">
|
||||
<title>Writing the <filename>Makefile</filename></title>
|
||||
|
||||
|
|
Loading…
Reference in a new issue