From fa6b8651251228d46b8eba472b2b84e829cfdc00 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Mon, 12 Sep 2011 09:42:11 +0100 Subject: [PATCH] Build tbutc and tvlserver on Darwin At some point, the build lines for tbutc and tvlserver ended up omitting Darwin platforms. This is incorrect, so re-add Darwin to the platform list. Change-Id: I7704eb19a457620b37cbe3d9cbd33d6c9bd3ae5e Reviewed-on: http://gerrit.openafs.org/5401 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 3125245c3..743612ca7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -281,7 +281,7 @@ vlserver: cmd comerr vol audit vlserver_depinstall tvlserver: cmd comerr vol audit tubik libafsrpc libafsauthent tvlserver_depinstall +case ${SYS_NAME} in \ - alpha_dux*|sgi_*|sun*_5*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*[nof]bsd*) \ + alpha_dux*|sgi_*|sun*_5*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*[nof]bsd*|*_darwin_*) \ ${COMPILE_PART1} tvlserver ${COMPILE_PART2} ;; \ *) \ echo Not building MT tvlserver for ${SYS_NAME} ;; \ @@ -533,7 +533,7 @@ butc: cmd comerr bubasics butm budb bucoord cmd rxgen rx tbutc: cmd comerr bubasics butm budb bucoord cmd butc libadmin +case ${SYS_NAME} in \ - alpha_dux*|sgi_*|sun4x_*|sunx86_*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*) \ + alpha_dux*|sgi_*|sun4x_*|sunx86_*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*_darwin_*) \ ${COMPILE_PART1} tbutc ${COMPILE_PART2} ;; \ *) \ echo Not building MT butc for ${SYS_NAME} ;; \ -- 2.39.5