bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH]: gnulib-tool always symlink


From: Simon Josefsson
Subject: Re: [PATCH]: gnulib-tool always symlink
Date: Sat, 03 Sep 2005 10:27:09 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Yoann Vandoorselaere <address@hidden> writes:

> Hi,
>
> With the latest gnulib-tool update, any invocation of gnulib-tool will
> result in symlinked sources files. The patch also fix a --macro-prefix
> typo in the 'Reproduce by' summary.

I just fixed the typo independently, but I'll let Bruno apply the
other fix, I don't understand what the intention is myself.

Thanks.

> Regards,
>
> -- 
> Yoann Vandoorselaere | Responsable R&D / CTO | PreludeIDS Technologies
> Tel: +33 (0)8 70 70 21 58                  Fax: +33(0)4 78 42 21 58
> http://www.prelude-ids.com
> Index: gnulib-tool
> ===================================================================
> RCS file: /cvsroot/gnulib/gnulib/gnulib-tool,v
> retrieving revision 1.73
> diff -u -p -r1.73 gnulib-tool
> --- gnulib-tool       2 Sep 2005 17:28:31 -0000       1.73
> +++ gnulib-tool       3 Sep 2005 06:36:01 -0000
> @@ -988,7 +988,7 @@ func_import ()
>        # frequently that developers don't put autogenerated files into CVS.
>        echo "Copying file $g2"
>        test -n "$dry_run" && dry=echo
> -      if test -z "$symbolic" && cmp "$gnulib_dir/$f2" "$destdir/$g2.tmp"; 
> then
> +      if test -n "$symbolic" && cmp "$gnulib_dir/$f2" "$destdir/$g2.tmp"; 
> then
>          func_ln_if_changed "$gnulib_dir/$f2" "$destdir/$g2"
>        else
>          $dry mv -f "$destdir/$g2.tmp" "$destdir/${g2}" || func_fatal_error 
> "failed"
> @@ -1013,7 +1013,7 @@ func_import ()
>    if test -n "$libtool"; then
>      actioncmd="$actioncmd --libtool"
>    fi
> -  actioncmd="$actioncmd -macro-prefix=$macro_prefix"
> +  actioncmd="$actioncmd --macro-prefix=$macro_prefix"
>    actioncmd="$actioncmd `echo $specified_modules`"
>  
>    # Create lib/Makefile.am.
> _______________________________________________
> bug-gnulib mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/bug-gnulib




reply via email to

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