con-bs - manual page for con-bs 0.3.2
con-bs [-h] [-v] [-q] [-V] [-B] [-A] [-K] [-S <sudoCmd>] (status|init [NAME]|strap|configure [CONFIGURE_OPTIONS]|build|check|dist|distcheck|clean|setversion VERSION|rebuild [CONFIGURE_OPTIONS])
Build system abstraction.
Generic options:
|
-h |
: Get help (use -v [-v] to get more help). | ||
|
-v |
: Increase verbosity. | ||
|
-q |
: Decrease verbosity. | ||
|
-V |
: Print program version only. | ||
|
-B |
: Print bash completion code for this program. | ||
|
-A |
: Automatic mode: Assume defaults for all questions. | ||
|
-K |
: Keep mode: Don’t delete temporary files and directories. | ||
|
-S |
<sudoCmd>: Command to gain root access. [default: sudo] [type: string]
|
status |
: Print build system status. |
init [NAME]
: Create a new project NAME (use "CON_BS_FORCE" envvar to select build system).
|
strap |
: Strap the build system. |
configure [CONFIGURE_OPTIONS]: Configure the build system. build : Run build. check : Run checks/tests. dist : Make a distribution. distcheck : Make a distribution with checks. clean : Clean the build system. setversion VERSION : Set package version. rebuild [CONFIGURE_OPTIONS] : Shortcut for the sequence: clean strap configure build.
-- con-bs 0.3.2. Use [-v [-v]] -h [<cmd>] to get [more] help.