[RFC] a script to update our gnulib import...

Pedro Alves pedro@codesourcery.com
Mon Dec 12 12:53:00 GMT 2011


On Monday 12 December 2011 00:14:26, Joel Brobecker wrote:

> Still to be done/discussed:
> 
>  (a) Is the list of modules complete? I listed the three that I could
>      figure out

The last import is recorded at the top of gnulib/Makefile.am:

# Generated by gnulib-tool.
# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gnulib --m4-base=gnulib/m4 --doc-base=doc --tests-base=tests --aux-dir=gnulib/extra --no-libtool --macro-prefix=gl --no-vc-files memmem

memmem pulls in other modules we rely on as dependency, like e.g., stdint.
It'd be better to list them explicitly.  "memmem stdint wchar" does sounds
right.  The dependencies in current git may have changed since the last
import, so just pulling memmem today may not bring in all we currently have.

-- 
Pedro Alves



More information about the Gdb-patches mailing list