libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

libtool--devo--1.0--patch-185


From: Gary V. Vaughan
Subject: libtool--devo--1.0--patch-185
Date: Thu, 16 Sep 2004 16:02:35 +0100 (BST)
User-agent: mailnotify/0.3

Tree version:   address@hidden/libtool--devo--1.0
CVSROOT:        /cvsroot/libtool
TIMESTAMP:       1.1622 2004/09/16 14:57:01
Module name:    /cvsroot/libtool/libtool
Changes by:     address@hidden

Log Message:
        
        My most recent `2004-09-02 Gary V. Vaughan' patch for mkdir_p
        below is horrendously broken since it makes the installed libtool
        try to run the mkinstalldirs or install-sh helper scripts.  This
        patch fixes the `make -j' mkdir race condition internally:
        
        * libtoolize.in (func_mkdir_p): New slice and dice algorithm
        to build the directory tree one dir at a time, ignoring errors
        until the end incase they are transient due to a concurrent
        identical mkdir.
        * tests/defs (func_mkdir_p): Ditto.
        * config/ltmain.in (func_mkdir_p): Ditto, except that ltmain.in
        uses $echo rather than $ECHO, and uses $show and $run to interact
        correctly with the command line.
        * configure.ac (AM_INIT_AUTOMAKE): 1.8 is sufficient again.
        * Makefile.am (edit): Don't substitute automake's $(mkdir_p).
        * NEWS: Updated.
-- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
__________________________________________________________
This commit notification generated by tlaapply version 0.5
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]