]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-more-no-unconditional-pthreaded-ubik-20080718
authorRuss Allbery <rra@stanford.edu>
Sat, 19 Jul 2008 06:44:16 +0000 (06:44 +0000)
committerRuss Allbery <rra@stanford.edu>
Sat, 19 Jul 2008 06:44:16 +0000 (06:44 +0000)
LICENSE BSD

More directories should be conditional on pthreaded ubik.

(cherry picked from commit 227f7e8eda70fbd62d0747a4334149fcd43deaf8)

Makefile.in

index 95f366821b3cc150da945a47b3dfdea0cee2c180..655f2f6c91c5c09896b65a175337f250654a8ba7 100644 (file)
@@ -295,7 +295,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])                                            \
@@ -540,7 +540,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]) \