bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] build: use gnulib's freopen module


From: Jim Meyering
Subject: [PATCH] build: use gnulib's freopen module
Date: Wed, 30 Sep 2009 09:41:06 +0200

Oops.  This summary was a little too specific.

>From ce1069c2151da3fffc70281a14b96034ba15da5a Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Wed, 30 Sep 2009 09:26:58 +0200
Subject: [PATCH] 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.
---
 bootstrap.conf |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/bootstrap.conf b/bootstrap.conf
index 726092c..5a2f28e 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -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
--
1.6.5.rc2.177.ga9dd6




reply via email to

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