The following commit has been merged in the master branch:
commit b64c6c02189e62004564b285b9dca98a76dc0a6e
Author: Andrew Deason <[email protected]>
Date: Fri Apr 18 13:10:23 2025 -0500
doc: Restore leading '+' in man-pages rule
Commit 168badb037 (build: Remove doc directory checks) accidentally
removed the leading '+' in the commands for the 'man-pages' top-level
make target. The leading '+' causes various 'make' options to get passed
to the sub-make and affects running with -j, -n, -q, or -t, and leaving
it out can cause the following warning for parallel builds:
cd doc/man-pages && make all
make[3]: Entering directory `.../doc/man-pages'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent
make rule.
Restore the missing '+' to get rid of the warning and let parallel
builds work properly in that directory. Currently, that directory
doesn't allow for much parallelism, but that could change in the future.
Change-Id: I5a728cdbe4c326f45e2d5a467149bacf619d28d1
Reviewed-on: https://gerrit.openafs.org/16366
Tested-by: BuildBot <[email protected]>
Reviewed-by: Cheyenne Wills <[email protected]>
Reviewed-by: Michael Meffie <[email protected]>
Reviewed-by: Andrew Deason <[email protected]>
Tested-by: Andrew Deason <[email protected]>
Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs