From: Marc Dionne Date: Fri, 26 Feb 2010 21:15:37 +0000 (-0500) Subject: Enable parallel build for tubik X-Git-Tag: openafs-devel-1_5_73~124 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b6408585b51322600460f0cbdf251a12a2391680;p=packages%2Fo%2Fopenafs.git Enable parallel build for tubik Allow tubik to benefit from parallel make. Change-Id: If4e7e1a603ef88f03bcc271ec6d742ba3387c61a Reviewed-on: http://gerrit.openafs.org/1402 Reviewed-by: Simon Wilkinson Tested-by: Marc Dionne Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/Makefile.in b/Makefile.in index c09dca78c..8fc340099 100644 --- a/Makefile.in +++ b/Makefile.in @@ -189,7 +189,7 @@ ubik: cmd comerr auth ubik_depinstall sys +${COMPILE_PART1} ubik ${COMPILE_PART2} tubik: ubik libafsrpc - [ yes != "$(ENABLE_PTHREADED_UBIK)" ] || case ${SYS_NAME} in \ + +[ yes != "$(ENABLE_PTHREADED_UBIK)" ] || case ${SYS_NAME} in \ alpha_dux*|sgi_*|sun*_5*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*[of]bsd*|*nbsd[234]*) \ ${COMPILE_PART1} tubik ${COMPILE_PART2} ;; \ *_darwin_[1-6][0-9]) \