From 7e9e76706f503e5005ae9456edd0cc969b0c1e9d Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 21 Nov 2017 14:38:56 +0100 Subject: [PATCH] Manual.md: add make_check_{args,target} --- Manual.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Manual.md b/Manual.md index 28213191ded..816941e03ab 100644 --- a/Manual.md +++ b/Manual.md @@ -455,6 +455,10 @@ By default set to `make`. `${build_style}` is set to `configure`, `gnu-configure` or `gnu-makefile` build methods. Unset by default. +- `make_check_args` The arguments to be passed in to `${make_cmd}` at the check phase if +`${build_style}` is set to `configure`, `gnu-configure` or `gnu-makefile` +build methods. Unset by default. + - `make_install_args` The arguments to be passed in to `${make_cmd}` at the `install-destdir` phase if `${build_style}` is set to `configure`, `gnu-configure` or `gnu-makefile` build methods. By default set to @@ -464,6 +468,10 @@ phase if `${build_style}` is set to `configure`, `gnu-configure` or `${build_style}` is set to `configure`, `gnu-configure` or `gnu-makefile` build methods. Unset by default (`all` target). +- `make_check_target` The target to be passed in to `${make_cmd}` at the check phase if +`${build_style}` is set to `configure`, `gnu-configure` or `gnu-makefile` +build methods. By default set to `check`. + - `make_install_target` The target to be passed in to `${make_cmd}` at the `install-destdir` phase if `${build_style}` is set to `configure`, `gnu-configure` or `gnu-makefile` build methods. By default set to `install`.