From: Marc Dionne Date: Fri, 29 Oct 2010 20:09:45 +0000 (-0400) Subject: rxosd: allow parallel make X-Git-Tag: upstream/1.8.0_pre1^2~4579 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a43605e7bf16e8e1101ed6d6e085826cf085c897;p=packages%2Fo%2Fopenafs.git 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 Tested-by: Derrick Brashear --- diff --git a/Makefile.in b/Makefile.in index 7ba5141e6..f09ec3a1a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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}