Add a note about make fetch-recursive' vs.
make fetch'.
Also replace a nearby <makevar> with <maketarget>.
This commit is contained in:
parent
5cac045425
commit
f4c4c83138
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17033
1 changed files with 7 additions and 2 deletions
|
@ -912,12 +912,17 @@ Receiving lsof_4.57D.freebsd.tar.gz (439860 bytes): 100%
|
|||
list.</para>
|
||||
|
||||
<para>For users which cannot be connected all the time, the
|
||||
<command>make <makevar>fetch</makevar></command> option is
|
||||
<command>make <maketarget>fetch</maketarget></command> option is
|
||||
provided. Just run this command at the top level directory
|
||||
(<filename>/usr/ports</filename>) and the required files
|
||||
will be downloaded for you. This command will also work in
|
||||
the lower level categories, for example:
|
||||
<filename>/usr/ports/net</filename>.</para>
|
||||
<filename>/usr/ports/net</filename>.
|
||||
Note that if a port depends on libraries or other ports this will
|
||||
<emphasis>not</emphasis> fetch the distfiles of those ports too.
|
||||
Replace <maketarget>fetch</maketarget> with
|
||||
<maketarget>fetch-recursive</maketarget>
|
||||
if you want to fetch all the dependencies of a port too.</para>
|
||||
|
||||
<note><para>You can build all the ports in a category or as a
|
||||
whole by running <command>make</command> in the top level
|
||||
|
|
Loading…
Reference in a new issue