imake: Changes to 'master'

Yaakov Selkowitz yselkowitz at kemper.freedesktop.org
Wed May 5 21:11:19 PDT 2010


 .gitignore     |   74 ++++++++++++++++++++++++++++++++++++++++++++++++++-------
 Makefile.am    |    5 ---
 cleanlinks     |    1 
 configure.ac   |    2 -
 imake.c        |    4 ---
 imake.man      |    3 --
 imakemdep.h    |    3 --
 makeg          |    1 
 makeg.man      |    3 --
 mdepend.cpp    |    5 ---
 mergelib.cpp   |    2 -
 mergelib.man   |    1 
 mkdirhier      |   36 ---------------------------
 mkdirhier.man  |    3 --
 mkhtmlindex.pl |    2 -
 mkhtmlindex.sh |    2 -
 revpath.c      |    1 
 revpath.man    |    1 
 xmkmf.cpp      |    4 ---
 xmkmf.man      |    3 --
 20 files changed, 68 insertions(+), 88 deletions(-)

New commits:
commit ca3374aee64c71c810159839c9b54c84b2bced24
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Tue Apr 27 20:18:10 2010 -0500

    Nuke RCS tags
    
    Signed-off-by: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 01a05f973d52edc461c1100a939a70ea0ce9b048
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Tue Apr 27 20:38:15 2010 -0500

    mkdirhier: use mkdir -p
    
    The '-p' option to mkdir(1) is required by SUSv2/Unix98, so we should be
    able to rely on it on all systems we support.  Some parts need to be
    left in place in order to not alter some of its ancient, shall we say,
    quirks.
    
    Signed-off-by: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 098bf61eb89c3d93d2ed814d3e39e6412f6fcf9e
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Tue Apr 27 19:18:27 2010 -0500

    Use standard .gitignore with custom section for imake
    
    Signed-off-by: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
    Reviewed-by: Gaetan Nadon <gaetan.nadon at videotron.ca>

commit 04da52fb5c4721c0218dbe6537c9ad0f7bd2ab04
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Tue Apr 27 19:14:35 2010 -0500

    Use AC_PROG_SED to find sed
    
    AC_PROG_SED sets SED as the path to a fully-functional 'sed' (which may
    also be called 'gsed' if GNU sed is installed alongside a proprietary
    version).
    
    Signed-off-by: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 1127a5cb3166f4d5d0564732b3842fe81bf3e701
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Tue Apr 27 19:06:32 2010 -0500

    Allow for EXEEXT in appman_DATA rule
    
    As a result of commit 22578c3718e41da72c66ce6a4186ec7315d6e3ad:
    
    make[1]: *** No rule to make target `imake.exe.1', needed by `all-am'.
    make[1]: *** No rule to make target `revpath.exe.1', needed by `all-am'.
    
    On PE/COFF platforms EXEEXT is set to ".exe" and is appended by automake
    to all *_PROGRAMS.  For portability this must be accounted for in any
    custom rules which refer to any *_PROGRAMS.
    
    Signed-off-by: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list