OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-241-g091b6e1
Gerrit Code Review
gerrit@openafs.org
Tue, 12 Oct 2010 08:07:34 -0700 (PDT)
The following commit has been merged in the master branch:
commit 091b6e19d14b8d7c7396496d050fff5d067791a9
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Mon Oct 11 15:00:08 2010 -0400
Windows: Cleanup build scripts; no include\afs or include\rx
As part of the build system cleanup, minimize the number of
directories in which include\afs and include\rx paths are included
by default. To acheive this goal the windows openafs dirent.h is
moved from include\afs to include, references whenever possible to
openafs headers included in include\afs or include\rx are prefixed
with afs\ or rx\ as appropriate.
Some source files or directories have a broad range of interdependencies
that make separation quite challenging. For those directories or files
the inclusion of the path is added at the smallest possible level.
At some point in the future the WINNT\afsd\ headers should be moved
from include\afs to include\WINNT and should be installed there first
and then referenced internally from that location instead of from the
WINNT\afsd directory. That will permit further cleanup to be performed.
Change-Id: I5e3a9623071c71db2f4445dc43266fdb3dad2c91
Reviewed-on: http://gerrit.openafs.org/2961
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/WINNT/afsd/NTMakefile | 4 ++-
src/WINNT/afsd/afskfw.h | 2 +-
src/WINNT/afsd/fs_utils.c | 13 ++++---
src/WINNT/afssvrcfg/afscfg.cpp | 2 +-
src/WINNT/afssvrcfg/get_cur_config.cpp | 4 +-
src/WINNT/afssvrcfg/salvage_dlg.cpp | 2 +-
src/WINNT/afssvrcfg/salvage_results_dlg.cpp | 2 +-
src/WINNT/aklog/aklog.c | 10 +++---
src/WINNT/bosctlsvc/bosctlsvc.c | 1 -
src/WINNT/client_config/NTMakefile | 10 +++---
src/WINNT/client_creds/NTMakefile | 2 +-
src/WINNT/client_creds/afscreds.h | 2 +-
src/WINNT/client_creds/creds.cpp | 2 +-
src/WINNT/client_creds/ipaddrchg.c | 2 +-
src/WINNT/client_creds/main.cpp | 2 +-
src/WINNT/client_exp/NTMakefile | 5 ++-
src/WINNT/client_exp/gui2fs.cpp | 2 +-
src/WINNT/install/wix/files.wxi | 6 ++--
src/auth/NTMakefile | 1 +
src/budb/NTMakefile | 3 +-
src/config/NTMakefile | 18 ++++++-----
src/config/NTMakefile.amd64_w2k | 45 +++++++++++++++++++--------
src/config/NTMakefile.i386_nt40 | 29 ++++++++++++++---
src/config/NTMakefile.i386_w2k | 29 ++++++++++++++---
src/config/afsconfig-windows.h | 4 ++-
src/des/NTMakefile | 2 +-
src/kauth/NTMakefile | 1 +
src/libadmin/adminutil/afs_utilAdmin.c | 2 +-
src/libadmin/cfg/cfginternal.c | 3 +-
src/libafsauthent/NTMakefile | 3 +-
src/sys/NTMakefile | 3 +-
src/update/client.c | 3 +-
src/update/server.c | 3 +-
src/util/NTMakefile | 4 +-
tests/rpctestlib/rpc_test_cb_procs.c | 2 +-
tests/rpctestlib/rpc_test_main.c | 2 +-
tests/rpctestlib/rpc_test_procs.c | 2 +-
37 files changed, 149 insertions(+), 83 deletions(-)
--
OpenAFS Master Repository