OpenAFS Master Repository branch, master, updated. 4c2a6c8799ab7e8fabee9af6d50a7c56cb220cf9

Gerrit Code Review gerrit@openafs.org
Mon, 13 Jul 2009 07:54:16 -0700 (PDT)


The following commit has been merged in the master branch:
commit 4c2a6c8799ab7e8fabee9af6d50a7c56cb220cf9
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Sun Jul 12 22:03:36 2009 -0400

    Linux build: properly install built kernel module
    
    Fix a problem introduced by the recent parallel make patches - the
    resulting kernel module was not getting copied to the install or
    dest location.
    Copy some of the code from the COMPDIRS target for INSTDIRS and
    DESTDIRS.  We still have to call into the lower level make and have it
    install the module.
    
    Reviewed-on: http://gerrit.openafs.org/67
    Verified-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/libafs/MakefileProto.LINUX.in |   27 ++++++++++++++++++++++++---
 1 files changed, 24 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository