OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2992-g720ff46

Gerrit Code Review gerrit@openafs.org
Sun, 7 Oct 2012 06:01:40 -0700 (PDT)


The following commit has been merged in the master branch:
commit 720ff46271766ac88c704a03a5c2dfa30bcb843b
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Wed Oct 3 14:44:46 2012 -0500

    sys: Split up syscall.lo 'echo's
    
    Currently we echo a string to syscall.lo to generate it. However,
    'echo' is often a shell builtin, and some shells (such as bash) do not
    interpret escape codes like \n unless the -e option is given. So, this
    results in syscall.lo containing a single commented line, which
    results in .libs/libafsrpc_sys.a not getting created, which later on
    causes errors.
    
    Instead, just split the syscall.lo generation into separate echo
    invocations, to make sure we work everywhere.
    
    Change-Id: I8a6ed42a0837086de604be0936d830f0f4558ebf
    Reviewed-on: http://gerrit.openafs.org/8202
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/sys/Makefile.in |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository