From a43605e7bf16e8e1101ed6d6e085826cf085c897 Mon Sep 17 00:00:00 2001 From: Marc Dionne Date: Fri, 29 Oct 2010 16:09:45 -0400 Subject: [PATCH] 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 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.39.5