OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_1-152-g0e65a06

Gerrit Code Review gerrit@openafs.org
Sat, 12 Nov 2011 16:09:23 -0800 (PST)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 0e65a06262ff231fb782178abebf8a2817ae4908
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Wed Apr 13 13:15:57 2011 -0500

    Add "pretty" build option
    
    Add the capability to do a "pretty" build, where we output something
    like "  CC  /path/to/foo.o" to build foo.o, instead of the entire
    compiler invocation, similarly to how the Linux kernel build appears.
    Add the "pretty" building for CC and LD rules.
    
    This also prints out some helpful information when a command fails,
    which can sometimes otherwise be annoying to figure out post-mortem.
    
    To enable the pretty building, make with V=0. To output everything
    that is actually run with V=0, make with 'V=0 Q=' .
    
    Note that this does not work with all makes, since not all makes will
    propagate command-line-specified variables to sub-makes without -e.
    Non-working makes include /usr/ccs/bin/make on HP-UX and Solaris.
    However, GNU make will work, as will /usr/xpg4/bin/make on Solaris.
    
    Change-Id: Ifb6cf8840c2b99c4d384e195434071ae427c4032
    Reviewed-on: http://gerrit.openafs.org/4486
    Reviewed-by: Russ Allbery <rra@stanford.edu>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    (cherry-picked from 49cb0d00909693b85f52d87a26d5df69a829d9d5)
    Reviewed-on: http://gerrit.openafs.org/5982
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>

 src/butc/Makefile.in           |    4 +-
 src/comerr/Makefile.in         |    6 ++--
 src/config/Makefile.config.in  |   57 +++++++++++++++++++++++++++++++++++++---
 src/config/Makefile.lwp.in     |    3 +-
 src/config/Makefile.pthread.in |    4 ++-
 src/config/Makefile.shared.in  |    4 ++-
 src/export/Makefile.in         |    8 +++---
 src/kopenafs/Makefile.in       |    2 +-
 src/lwp/Makefile.in            |    6 ++--
 src/pam/Makefile.in            |   10 +++---
 src/ptserver/Makefile.in       |    4 +-
 src/venus/Makefile.in          |    8 +++---
 src/viced/Makefile.in          |    4 +-
 src/vol/Makefile.in            |    4 +-
 14 files changed, 89 insertions(+), 35 deletions(-)

-- 
OpenAFS Master Repository