Manual.md: clarify default build target
This commit is contained in:
parent
fce394b5a2
commit
90ba0d8ef0
1 changed files with 3 additions and 2 deletions
|
@ -581,8 +581,9 @@ phase if `${build_style}` is set to `configure`, `gnu-configure` or
|
||||||
`PREFIX=/usr DESTDIR=${DESTDIR}`.
|
`PREFIX=/usr DESTDIR=${DESTDIR}`.
|
||||||
|
|
||||||
- `make_build_target` The build target. If `${build_style}` is set to `configure`, `gnu-configure`
|
- `make_build_target` The build target. If `${build_style}` is set to `configure`, `gnu-configure`
|
||||||
or `gnu-makefile`, this is the target passed to `${make_cmd}` in the build phase; when unset, it
|
or `gnu-makefile`, this is the target passed to `${make_cmd}` in the build phase;
|
||||||
defaults to `all`. If `${build_style}` is `python3-pep517`, this is the path of the package
|
when unset the default target is used.
|
||||||
|
If `${build_style}` is `python3-pep517`, this is the path of the package
|
||||||
directory that should be built as a Python wheel; when unset, defaults to `.` (the current
|
directory that should be built as a Python wheel; when unset, defaults to `.` (the current
|
||||||
directory with respect to the build).
|
directory with respect to the build).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue