OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-4-g36ea3e1

Gerrit Code Review gerrit@openafs.org
Sun, 25 Apr 2010 19:03:40 -0700 (PDT)


The following commit has been merged in the master branch:
commit 36ea3e1ffe3fb7fc625cdb9cdca2d98ce8297a2b
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date:   Sun Apr 25 10:55:23 2010 +0100

    Fix make clean and make distclean
    
    Fix these make targets so they actually clean the tree. Reorder the list
    of file deletions in distclean so that it exactly mirrors the creation
    order in configure.in, which should hopefully make it easier to keep
    this all in sync in future. Add all of the missing files in packaging,
    and the shared library build tools, to this list.
    
    Make kauth and vol clean remove ka-forwarder and fssync-debug,
    respectively.
    
    Change-Id: Iae13419f1cb21058882c0b0e0c283e3c947e33c9
    Reviewed-on: http://gerrit.openafs.org/1829
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 Makefile.in           |   51 ++++++++++++++++++++++++++++--------------------
 src/kauth/Makefile.in |    4 ++-
 src/vol/Makefile.in   |    2 +-
 3 files changed, 34 insertions(+), 23 deletions(-)

-- 
OpenAFS Master Repository