Manual.md: state desire for useful nocross, broken

Maybe this way we can have less `nocross=yes` and more
`nocross=http://this.link/to/a/failed/cross/build` to make it easier to
debug later.
This commit is contained in:
Toyam Cox 2017-03-16 15:20:53 -04:00
parent 9c0663e7b1
commit b40126ab75
1 changed files with 4 additions and 1 deletions

View File

@ -42,7 +42,6 @@ packages for XBPS, the `Void Linux` native packaging system.
* [Contributing via git](#contributing) * [Contributing via git](#contributing)
* [Help](#help) * [Help](#help)
<a id="Introduction"></a> <a id="Introduction"></a>
## Introduction ## Introduction
@ -499,12 +498,16 @@ default all binaries are stripped.
sonames in shared libraries. sonames in shared libraries.
- `nocross` If set, cross compilation won't be allowed and will exit immediately. - `nocross` If set, cross compilation won't be allowed and will exit immediately.
This should be set to a string describing why it fails, or a link to a travis
buildlog demonstrating the failure.
- `subpackages` A white space separated list of subpackages (matching `foo_package()`) - `subpackages` A white space separated list of subpackages (matching `foo_package()`)
to override the guessed list. Only use this if a specific order of subpackages is required, to override the guessed list. Only use this if a specific order of subpackages is required,
otherwise the default would work in most cases. otherwise the default would work in most cases.
- `broken` If set, building the package won't be allowed because its state is currently broken. - `broken` If set, building the package won't be allowed because its state is currently broken.
This should be set to a string describing why it is broken, or a link to a travis
buildlog demonstrating the failure.
- `shlib_provides` A white space separated list of additional sonames the package provides on. - `shlib_provides` A white space separated list of additional sonames the package provides on.
This appends to the generated file rather than replacing it. This appends to the generated file rather than replacing it.