bug-gnulib
[Top][All Lists]
Advanced

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

Re: gnulib-tool: support for hierarchies of modules


From: Simon Josefsson
Subject: Re: gnulib-tool: support for hierarchies of modules
Date: Thu, 11 Jan 2007 14:29:26 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.92 (gnu/linux)

Bruno Haible <address@hidden> 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: sed -e 's|/|%|g'

Thanks, I'll look into it.

Meanwhile, this patch was useful for me:

2007-01-11  Simon Josefsson  <address@hidden>

        * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
        Emacs .#* auto-save files).

--- gnulib-tool 11 Jan 2007 14:25:25 +0100      1.212
+++ gnulib-tool 11 Jan 2007 14:27:35 +0100      
@@ -825,6 +825,7 @@
             -e '/^README$/d' -e '/\/README$/d' \
             -e '/^TEMPLATE$/d' \
             -e '/^TEMPLATE-TESTS$/d' \
+            -e '/^\..*/d' \
             -e '/~$/d' \
       | sed -e '/-tests$/d' \
       | LC_ALL=C sort -u





reply via email to

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