mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-03-31 23:59:12 +00:00
abuild: document the default command, "all"
Document the expansion of the default command. This is mostly useful for someone wanting to run _most_ commands while omitting specific ones.
This commit is contained in:
parent
97feb61bee
commit
520641dea7
@ -62,6 +62,11 @@ other related operations.
|
||||
|
||||
# COMMANDS
|
||||
|
||||
*all*
|
||||
Runs the entire build process. This is the default when no other command is
|
||||
specified, and is roughly an alias for *sanitycheck builddeps clean fetch
|
||||
unpack prepare mkusers build check rootpkg*.
|
||||
|
||||
*build*
|
||||
Compile and install package into *$pkgdir*.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user