This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]