1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-17 12:52:16 +02:00

build: use gnulib's freopen module

* bootstrap.conf (gnulib_modules): Add freopen, strsignal, fsync.
Exposed via make CFLAGS=-DGNULIB_POSIXCHECK 2>&1 \
|perl -lne '/.* use gnulib module (\S+).*/ and print $1' \
|sort |uniq -c|sort -nr
(avoided_gnulib_modules): Don't avoid the "lock" module.
Now it's required, as a dependency of the strsignal module.
This commit is contained in:
Jim Meyering
2009-09-30 09:26:58 +02:00
parent a033e28737
commit ce1069c215

View File

@@ -20,7 +20,6 @@
avoided_gnulib_modules='
--avoid=canonicalize-lgpl
--avoid=dummy
--avoid=lock
'
# These modules are obsolete and can probably be removed soon,
@@ -90,8 +89,10 @@ gnulib_modules="
fnmatch-gnu
fopen-safer
fprintftime
freopen
fseeko
fsusage
fsync
ftello
ftruncate
fts
@@ -201,6 +202,7 @@ gnulib_modules="
strdup-posix
strftime
strpbrk
strsignal
strtoimax
strtoumax
strverscmp