mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
rxosd: allow parallel make
Build rules that use COMPILE_PART1 must be prefixed with + to indicate to make that the subprocess is a make and that it can run with parallel jobs. Change-Id: If48b32b885c7c5be6a820cd44a83d01d1eecd20d Reviewed-on: http://gerrit.openafs.org/3198 Reviewed-by: Derrick Brashear <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
1fa575c09e
commit
a43605e7bf
@ -336,7 +336,7 @@ dvolser: project tviced usd libafsrpc libafsauthent volser
|
||||
esac
|
||||
|
||||
rxosdsrc: rxgen
|
||||
${COMPILE_PART1} rxosd ${COMPILE_PART2A} source
|
||||
+${COMPILE_PART1} rxosd ${COMPILE_PART2A} source
|
||||
|
||||
venus: cmd comerr volser ptserver
|
||||
+${COMPILE_PART1} venus ${COMPILE_PART2}
|
||||
|
Loading…
Reference in New Issue
Block a user