summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-09-06 14:44:59 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-09-06 14:44:59 -0500
commit7c16a4209820681e07f4473c609ae60602659f42 (patch)
tree04d7e30508c1708b36387e566257084e0c087432
parente314360792186593a5d904cf766184b62c104573 (diff)
downloaddocs-7c16a4209820681e07f4473c609ae60602659f42.tar.gz
docs-7c16a4209820681e07f4473c609ae60602659f42.tar.bz2
docs-7c16a4209820681e07f4473c609ae60602659f42.tar.xz
docs-7c16a4209820681e07f4473c609ae60602659f42.zip
Developer's Handbook: argument -> parameter
-rw-r--r--src/devel/1_preparing.xml12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/devel/1_preparing.xml b/src/devel/1_preparing.xml
index 6892373..987b951 100644
--- a/src/devel/1_preparing.xml
+++ b/src/devel/1_preparing.xml
@@ -165,7 +165,7 @@
</section>
<section>
<title>Using the <command>abuild</command> Command</title>
- <para>Running the <command>abuild</command> command with no arguments in a directory containing an <filename>APKBUILD</filename> file will cause it to fetch the package's sources (if necessary), build the package, and create the package file. Passing the <argument>-r</argument> argument to <command>abuild</command> will cause it to install the dependencies of the package as listed in the <filename>APKBUILD</filename>, and then build the package. Afterwards, the dependencies of the package that were not already installed on your computer are removed.
+ <para>Running the <command>abuild</command> command with no arguments in a directory containing an <filename>APKBUILD</filename> file will cause it to fetch the package's sources (if necessary), build the package, and create the package file. Passing the <parameter>-r</parameter> parameter to <command>abuild</command> will cause it to install the dependencies of the package as listed in the <filename>APKBUILD</filename>, and then build the package. Afterwards, the dependencies of the package that were not already installed on your computer are removed.
If the build concluded successfully, the directory tree created for the source code and build system are removed by default. You may configure what <command>abuild</command> removes when a package concludes building.
If the build fails to conclude successfully, no directories are removed by default. You may configure what <command>abuild</command> removes when a package fails to build.</para>
<para><command>abuild</command> has many subcommands that you may use, for finer-grained control over the build process. You may use the <command>abuild <parameter class="command">deps</parameter></command> subcommand to only install the dependencies of the package, and use the <command>abuild <parameter class="command">unpack</parameter></command> subcommand to unpack the source archive into the directory tree where it can later be built. These and many other subcommands are described in more detail in the following section.</para>
@@ -203,16 +203,6 @@
<term><command>rootpkg</command></term>
<listitem><para>This subcommand instructs <command>abuild</command> to run the <function>package()</function> function, any split functions, and then create the APK files.</para></listitem>
</varlistentry>
- <varlistentry>
- </varlistentry>
- <varlistentry>
- </varlistentry>
- <varlistentry>
- </varlistentry>
- <varlistentry>
- </varlistentry>
- <varlistentry>
- </varlistentry>
</variablelist>
</section>
</section>