twm: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Thu Jun 16 12:28:01 PDT 2011


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

New commits:
commit ab689e1a711bbbdfcd6d3a8d2edebbc378ebccb7
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Mon Mar 7 20:05:45 2011 -0500

    config: layout the C flags for better readability
    
    Group pre-processor flags under AM_CPPFLAGS
    Might as well do the rest of the file.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit f048770b021d92780c754257c9c1efa7a769c69c
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Mon Mar 7 19:47:48 2011 -0500

    man: use Autoconf provided $(SED)
    
    Use platform appropriate version of sed.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 356ca1db47be674aa9125b65668e8fe0573f7f69
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Mon Mar 7 19:37:48 2011 -0500

    config: rm is about removal, not generation
    
    Automake:
    AM_V_at as a prefix to commands that should not output anything in silent mode
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 6f362f8d962ff7054682cfb2d88e8603e1219492
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Mon Mar 7 16:43:59 2011 -0500

    deftwmrc.c is not required in MAINTAINERCLEANFILES
    
    Automake takes care of that as it is part of BUILT_SOURCES
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 98e224e3da245f29d281df357d27b53acdccb5c7
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Mon Mar 7 16:10:53 2011 -0500

    lex & yacc: only header file needs to be in BUILT_SOURCES
    
    http://www.gnu.org/software/automake/manual/automake.html#Yacc-and-Lex
    
    This completes reversal of commit ea03b6bcd1045dfc0d6947e4858de8994d61170b
    The Makefile generates a valid "gram.h: gram.c" rule.
    The Makefile already has gram.c gram.h and lex.c in the
    maintainer-clean-generic target.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list