Simon Josefsson wrote:
> 2007-01-11 Simon Josefsson <[EMAIL PROTECTED]>
>
> * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
> Emacs .#* auto-save files).
Thanks. CVS also creates files with this pattern.
Bruno
Bruno Haible <[EMAIL PROTECTED]> writes:
> This additional patch was necessary. Also, Simon, subdirectory modules
> are failing in your buildbot logs: http://autobuild.josefsson.org/gnulib/
> I guess all that's needed is to transform the module name by replacing slashes
> with some other character
This additional patch was necessary. Also, Simon, subdirectory modules
are failing in your buildbot logs: http://autobuild.josefsson.org/gnulib/
I guess all that's needed is to transform the module name by replacing slashes
with some other character: sed -e 's|/|%|g'
2007-01-11 Bruno Haible <[E
* Bruno Haible wrote on Tue, Jan 09, 2007 at 09:34:15PM CET:
> Ralf Wildenhues wrote:
> >
> > * gnulib-tool (func_all_modules): Use POSIX conforming escaping
> > in sed script.
>
> Good. Please apply. Thanks.
Done, thanks!
Cheers,
Ralf
Ralf Wildenhues wrote:
> $ echo | sed -e '/[/]CVS$/d'
> sed: 1: "/[/]CVS$/d": RE error: [ ] imbalance or syntax error
Thanks for noticing this.
> 2007-01-09 Ralf Wildenhues <[EMAIL PROTECTED]>
>
> * gnulib-tool (func_all_modules): Use POSIX conforming escaping
> in sed script.
Goo
Hello Bruno,
* Bruno Haible wrote on Tue, Jan 09, 2007 at 02:39:43PM CET:
> ! | sed -e '/^CVS$/d' -e '/[/]CVS$/d' \
> ! -e '/^ChangeLog$/d' -e '/[/]ChangeLog$/d' \
> ! -e '/^COPYING$/d' -e '/[/]COPYING$/d' \
> ! -e '/^README$/d' -e '/[/]README$/d' \
> !