From 7c16a4209820681e07f4473c609ae60602659f42 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Thu, 6 Sep 2018 14:44:59 -0500 Subject: Developer's Handbook: argument -> parameter --- src/devel/1_preparing.xml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/devel') 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 @@
Using the <command>abuild</command> Command - Running the abuild command with no arguments in a directory containing an APKBUILD file will cause it to fetch the package's sources (if necessary), build the package, and create the package file. Passing the -r argument to abuild will cause it to install the dependencies of the package as listed in the APKBUILD, and then build the package. Afterwards, the dependencies of the package that were not already installed on your computer are removed. + Running the abuild command with no arguments in a directory containing an APKBUILD file will cause it to fetch the package's sources (if necessary), build the package, and create the package file. Passing the -r parameter to abuild will cause it to install the dependencies of the package as listed in the APKBUILD, 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 abuild removes when a package concludes building. If the build fails to conclude successfully, no directories are removed by default. You may configure what abuild removes when a package fails to build. abuild has many subcommands that you may use, for finer-grained control over the build process. You may use the abuild deps subcommand to only install the dependencies of the package, and use the abuild unpack 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. @@ -203,16 +203,6 @@ rootpkg This subcommand instructs abuild to run the package() function, any split functions, and then create the APK files. - - - - - - - - - -
-- cgit v1.2.3-70-g09d2