Re: gnulib-tool: support for hierarchies of modules

2007-01-11 Thread Bruno Haible
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

Re: gnulib-tool: support for hierarchies of modules

2007-01-11 Thread Simon Josefsson
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

Re: gnulib-tool: support for hierarchies of modules

2007-01-11 Thread Bruno Haible
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

Re: gnulib-tool: support for hierarchies of modules

2007-01-09 Thread Ralf Wildenhues
* 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

Re: gnulib-tool: support for hierarchies of modules

2007-01-09 Thread Bruno Haible
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

Re: gnulib-tool: support for hierarchies of modules

2007-01-09 Thread Ralf Wildenhues
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' \ > !