From: Russ Allbery Date: Sat, 19 Jul 2008 06:42:23 +0000 (+0000) Subject: more-no-unconditional-pthreaded-ubik-20080718 X-Git-Tag: openafs-devel-1_5_61~956 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=227f7e8eda70fbd62d0747a4334149fcd43deaf8;p=packages%2Fo%2Fopenafs.git more-no-unconditional-pthreaded-ubik-20080718 LICENSE BSD More directories should be conditional on pthreaded ubik. --- diff --git a/Makefile.in b/Makefile.in index 3c4299181..3de27bf38 100644 --- a/Makefile.in +++ b/Makefile.in @@ -291,7 +291,7 @@ volser: cmd comerr tviced usd kauth audit ${COMPILE_PART1} volser ${COMPILE_PART2} tvolser: project tviced usd libafsrpc libafsauthent volser - case ${SYS_NAME} in \ + [ yes != "$(ENABLE_PTHREADED_UBIK)" ] || case ${SYS_NAME} in \ alpha_dux*|sgi_*|sun*_5*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*obsd*) \ ${COMPILE_PART1} tvolser ${COMPILE_PART2} ;; \ *_darwin_[1-6][0-9]) \ @@ -507,7 +507,7 @@ budb: cmd comerr bubasics uss ${COMPILE_PART1} budb ${COMPILE_PART2} tbudb: budb - 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} tbudb ${COMPILE_PART2} ;; \ *_darwin_[1-6][0-9]) \