From df69651a5c1abb61bd0d7ba0791f65f427923f75 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Thu, 7 Nov 2024 13:59:21 +0100 Subject: [PATCH] CONTRIBUTING.d/lint: 'make build' does not build everything anymore Fixes: 082547cb6fbb ("share/mk/: Reduce the work of 'make && make install'") Signed-off-by: Alejandro Colomar --- CONTRIBUTING.d/lint | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.d/lint b/CONTRIBUTING.d/lint index 0a936d991..e94aaa8f3 100644 --- a/CONTRIBUTING.d/lint +++ b/CONTRIBUTING.d/lint @@ -5,11 +5,11 @@ Description The entire project To run the linters and checks for the entire project, run - $ make lint build check; + $ make lint build-all check; This skips tests that are known to fail. To run those too, run - $ make lint build check SKIP_XFAIL=no; + $ make lint build-all check SKIP_XFAIL=no; A single page To run those for a single page, you can take advantage of some -- 2.47.2