OpenAFS CVS Commit: openafs/src/ubik by rra

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Sat, 19 Jul 2008 02:15:03 EDT


Update of /cvs/openafs/src/ubik
In directory GRAND.CENTRAL.ORG:/home/rra/openafs-1.5/src/ubik

Modified Files:
      Tag: openafs-devel-1_5_x
	beacon.c disk.c phys.c recovery.c remote.c ubik.c ubik.p.h 
	utst_client.c utst_server.c 
Log Message:
DELTA DEVEL15-kill-ubik-pthread-env-20080718
AUTHOR rra@stanford.edu
LICENSE BSD

Everywhere AFS_PTHREAD_ENV was defined, UBIK_PTHREAD_ENV was defined as
well, so don't make them separate.  Building pthreaded Ubik is controlled
by deciding whether to build the t* versions of various directories, not
by the preprocessor directives.  AFS_PTHREAD_ENV is only defined when
building in those directories.

This change eliminates UBIK_PTHREAD_ENV and uses AFS_PTHREAD_ENV to mean
the same thing.

As a side effect, fixes compiles on arm with --enable-pthreaded-ubik, since
arm never defined UBIK_PTHREAD_ENV.


--- DELTA config for openafs-devel-1_5_x follows ---
DEVEL15-kill-ubik-pthread-env-20080718 openafs/src/ubik/beacon.c 1.21.8.5 1.21.8.6
DEVEL15-kill-ubik-pthread-env-20080718 openafs/src/ubik/disk.c 1.15.4.2 1.15.4.3
DEVEL15-kill-ubik-pthread-env-20080718 openafs/src/ubik/phys.c 1.9.2.4 1.9.2.5
DEVEL15-kill-ubik-pthread-env-20080718 openafs/src/ubik/recovery.c 1.14.4.7 1.14.4.8
DEVEL15-kill-ubik-pthread-env-20080718 openafs/src/ubik/remote.c 1.15.4.6 1.15.4.7
DEVEL15-kill-ubik-pthread-env-20080718 openafs/src/ubik/ubik.c 1.15.14.6 1.15.14.7
DEVEL15-kill-ubik-pthread-env-20080718 openafs/src/ubik/ubik.p.h 1.18.8.4 1.18.8.5
DEVEL15-kill-ubik-pthread-env-20080718 openafs/src/ubik/utst_client.c 1.7.14.2 1.7.14.3
DEVEL15-kill-ubik-pthread-env-20080718 openafs/src/ubik/utst_server.c 1.8.14.2 1.8.14.3