OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2356-g80ec5db

Gerrit Code Review gerrit@openafs.org
Mon, 9 Apr 2012 13:39:22 -0700 (PDT)


The following commit has been merged in the master branch:
commit 80ec5db21d6395c29d5433541a2d9d63c975782f
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Sun Apr 1 15:09:57 2012 -0400

    all needs to be first rule in the Makefile
    
    Just running 'make' in a subdirectory will fire the first rule in that
    directory's Makefile. When the buildtools rules were added to roken and
    crypto, they were put at the start of the file, meaning that they fire
    in perference to 'all'
    
    Swap the ordering back so that 'make' does what would be expected
    
    Change-Id: I598a183f42c150a5da724b7403e91f89f74a0109
    Reviewed-on: http://gerrit.openafs.org/7009
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>

 src/crypto/hcrypto/Makefile.in |    4 ++--
 src/roken/Makefile.in          |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository