OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2105-g6fda61b

Gerrit Code Review gerrit@openafs.org
Wed, 18 Jan 2012 10:44:05 -0800 (PST)


The following commit has been merged in the master branch:
commit 6fda61ba2e2290dac818b42440fac1346d05b73d
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Wed Jan 18 10:06:36 2012 -0500

    Parallel build fixes
    
    Assorted fixes for issues seen with parallel builds:
    - bucoord must depend on butm, since it uses libbutm
    - for most object files in roken and hcrypto, headers must be installed
      before building
    - remove rules with 2 targets in rxkad and ubik
    - budb: add dependencies for db_dump.o
    
    Change-Id: Ide05f223c2f1fe53bff33cb03011ca47bf741c80
    Reviewed-on: http://gerrit.openafs.org/6568
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 Makefile.in                    |    2 +-
 src/budb/Makefile.in           |    1 +
 src/crypto/hcrypto/Makefile.in |   58 +++++++++++++++++-----------------
 src/roken/Makefile.in          |   66 ++++++++++++++++++++--------------------
 src/rxkad/Makefile.in          |    4 ++-
 src/ubik/Makefile.in           |    4 ++-
 6 files changed, 70 insertions(+), 65 deletions(-)

-- 
OpenAFS Master Repository