libXaw: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Fri Sep 27 08:01:18 PDT 2013


 src/Makefile.am |   24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

New commits:
commit 0543fa37ebdc48c0432425de80abc63235182085
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sun Sep 22 16:06:00 2013 -0400

    Makefile: use AM_V_GEN and AM_V_at to implement automake silent rules
    
    Passing --enable-silent-rules to configure will cause build rules to be less
    verbose; the option --disable-silent-rules will cause normal verbose output.
    
    At make run time, the default chosen at configure time may be overridden:
    make V=1 will produce verbose output, make V=0 less verbose output.
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list