-
Notifications
You must be signed in to change notification settings - Fork 169
Open
Description
Investigate writing a make-compatible jobserver for sharing tokens down into port builds. It should be relatively easy to implement the server. Then we set the MAKEFLAGS env to contain the jobserver information.
The jobserver client in test/runtest.sh could help here for testing/understanding.
gmakehas 2 modes:--jobserver-auth=fifo:${/path/to/fifo}-jobserver-auth=${fd}
bmake:-J ${fd}
svmhdvn