Update glib/gnulib/README

List the added gnulib modules that need to be updated.
This commit is contained in:
Chun-wei Fan 2019-03-28 18:34:02 +08:00
parent b532b9cecf
commit 35de287690

View File

@ -44,7 +44,8 @@ To update:
* Run gnulib-tool --lgpl=2 --import --lib=libgnu --source-base=lib \ * Run gnulib-tool --lgpl=2 --import --lib=libgnu --source-base=lib \
--m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. \ --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. \
--no-conditional-dependencies --no-libtool --macro-prefix=gl \ --no-conditional-dependencies --no-libtool --macro-prefix=gl \
isnand-nolibm isnanl-nolibm printf-frexpl vasnprintf isnand-nolibm isnanf-nolibm isnanl-nolibm printf-frexpl \
signbit vasnprintf
* Then pick out the files that are already in glib/gnulib subdirectory * Then pick out the files that are already in glib/gnulib subdirectory
(the rest of the files are not needed): (the rest of the files are not needed):
@ -56,6 +57,8 @@ gnulib_math.h.in (rename from math.in.h)
isnan.c isnan.c
isnand.c isnand.c
isnand-nolibm.h isnand-nolibm.h
isnanf.c
isnanf-nolibm.h
isnanl.c isnanl.c
isnanl-nolibm.h isnanl-nolibm.h
printf-args.c printf-args.c
@ -66,6 +69,9 @@ printf-frexpl.c
printf-frexpl.h printf-frexpl.h
printf-parse.c printf-parse.c
printf-parse.h printf-parse.h
signbitd.c
signbitf.c
signbitl.c
vasnprintf.c vasnprintf.c
vasnprintf.h vasnprintf.h
verify.h verify.h