summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-02-26 11:30:45 +0100
committerAlejandro Colomar <alx@kernel.org>2024-02-26 14:02:08 +0100
commit7de1139b82571dfe55224022e05e095a32b1ea89 (patch)
tree72235a29334d18e2e7363ca56926c33b7a9efafa /GNUmakefile
parent88249153caf0860f3fb2220824f175b12b64446f (diff)
share/mk/: $SKIP_XFAIL: Add variable to allow skipping expected failures
Default to 'yes'. Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 9fbe482e9..2efa51bec 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -138,6 +138,7 @@ $(MK):: ;
help-variables:
$(info $(INFO_)LINK_PAGES How to install link pages. [".so", "symlink"])
$(info $(INFO_)Z Install pages compressed. ["", ".bz2", ".gz", ".lz", ".xz"])
+ $(info $(INFO_)SKIP_XFAIL Skip expected failures. ["yes", "no"])
$(info )
$(info $(INFO_)DISTNAME $$(git describe))
$(info $(INFO_)DISTVERSION /$$DISTNAME/s/man-pages-//)