OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-devel-1_5_77-132-gb58b1fa

Gerrit Code Review gerrit@openafs.org
Wed, 27 Oct 2010 21:13:18 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 8bb5b578789c71abcc199b1e88a7f18fabddeb05
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.
    
    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>
    (cherry picked from commit 091b6e19d14b8d7c7396496d050fff5d067791a9)
    
    Change-Id: I4f26ea2c3db67c164236dc84b78084822b562b95
    Reviewed-on: http://gerrit.openafs.org/3167
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.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/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 +-
 36 files changed, 148 insertions(+), 82 deletions(-)

-- 
OpenAFS Master Repository