libtool-patches
[Top][All Lists]
Advanced

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

Re: FYI: updated from cvs-utils--tla--1.0 [libtool--release--2.0--patch-


From: Ralf Wildenhues
Subject: Re: FYI: updated from cvs-utils--tla--1.0 [libtool--release--2.0--patch-78]
Date: Mon, 22 Nov 2004 11:50:59 +0100
User-agent: Mutt/1.4.1i

* Gary V. Vaughan wrote on Fri, Nov 19, 2004 at 05:56:11PM CET:
> Applied to branch-2-0 and HEAD.
> 
>   from  Gary V. Vaughan  <address@hidden>
>   
>       * config/m4general.m4sh, config/mailnotify.m4sh,
>       clcommit.m4sh: Updated from cvs-utils--tla--1.0 to allow
>       parallel commits, and use safer tmpfiles.

This breaks `libtool'.

>   --- orig/config/general.m4sh
>   +++ mod/config/general.m4sh
>   @@ -227,12 +227,13 @@
>    }
>    
>    
>   -# func_mktempdir
>   +# func_mktempdir [string]
>    # Make a temporary directory that won't clash with other running
>   -# libtool processes, and avoids race conditions if possible
>   +# libtool processes, and avoids race conditions if possible.  If
>   +# given, STRING is the basename for that directory.
>    func_mktempdir ()
>    {
>   -    my_template="${TMPDIR-/tmp}/libtool"
>   +    my_template="${TMPDIR-/tmp}/${1-$progname}"
>    
>        if test "$opt_dry_run" = ":"; then
>          # Return a directory name, but don't create it in dry-run mode
>   
>   

You need to change all callers of this to not prefix /tmp.
The one I stumbled over was the one in config/ltmain.m4sh.

Regards,
Ralf




reply via email to

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