]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
CONTRIBUTING.d/lint: 'make build' does not build everything anymore
authorAlejandro Colomar <alx@kernel.org>
Thu, 7 Nov 2024 12:59:21 +0000 (13:59 +0100)
committerAlejandro Colomar <alx@kernel.org>
Thu, 7 Nov 2024 12:59:28 +0000 (13:59 +0100)
Fixes: 082547cb6fbb ("share/mk/: Reduce the work of 'make && make install'")
Signed-off-by: Alejandro Colomar <alx@kernel.org>
CONTRIBUTING.d/lint

index 0a936d991ba2653afdadd8275b68e0e5aceebb64..e94aaa8f3c811739df07c81c695353eec571c625 100644 (file)
@@ -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