OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-373-ge8c93c4

Gerrit Code Review gerrit@openafs.org
Thu, 4 Nov 2010 10:38:52 -0700 (PDT)


The following commit has been merged in the master branch:
commit e8c93c424fc6bd936386f745b50e0a77384ad14d
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Thu Nov 4 11:37:31 2010 -0500

    tsm: Make explicit rules for stem-changing targets
    
    If the stem changes for generating a .o from a .c file,
    implicit/suffix rules will not apply. That is, if we specify the
    dependencies for 'bar.o' in a Makefile as so:
    
    bar.o: foo.c
    
    This will not match an implicit .c.o rule, since the filename stem
    changes. We must add an explicit AFS_CCRULE invocation to make the
    rule do anything.
    
    This fixes this problem for the src/tsm41 directory. It may exist
    elsewhere, but it's difficult to find unless the build breaks.
    
    Change-Id: I090c074beec120201f334b8bc613170cd4345dde
    Reviewed-on: http://gerrit.openafs.org/3261
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/tsm41/Makefile.in |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository