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: Bruno Haible
Subject: Re: gnulib-tool: support for hierarchies of modules
Date: Thu, 11 Jan 2007 14:10:54 +0100
User-agent: KMail/1.9.1

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  <address@hidden>

        * gnulib-tool (func_all_modules): Exclude all files inside the CVS
        directory.

*** gnulib-tool 9 Jan 2007 20:45:18 -0000       1.211
--- gnulib-tool 11 Jan 2007 13:11:21 -0000
***************
*** 819,825 ****
        (cd "$local_gnulib_dir" && find modules -type f -print | sed -e 
's,^modules/,,' -e 's,\.diff$,,')
      fi
    } \
!       | 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' \
--- 819,825 ----
        (cd "$local_gnulib_dir" && find modules -type f -print | sed -e 
's,^modules/,,' -e 's,\.diff$,,')
      fi
    } \
!       | 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' \




reply via email to

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