OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-1858-g49cb0d0

Gerrit Code Review gerrit@openafs.org
Tue, 8 Nov 2011 19:40:20 -0800 (PST)


The following commit has been merged in the master branch:
commit 49cb0d00909693b85f52d87a26d5df69a829d9d5
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: Idce0afffe7d5be88b0743ec3f926a52efb1a6a74
    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>

 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