bug-gnulib
[Top][All Lists]
Advanced

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

[bug-gnulib] Re: detecting nonconforming nanosleep


From: Paul Eggert
Subject: [bug-gnulib] Re: detecting nonconforming nanosleep
Date: Tue, 01 Mar 2005 09:33:29 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux)

Jim Meyering <address@hidden> writes:

> I like it.
> Thanks.

OK, I installed
<http://lists.gnu.org/archive/html/bug-gnulib/2005-02/msg00056.html>,
both in gnulib and coreutils, with the following additional change to
gnulib:

2005-03-01  Paul Eggert  <address@hidden>

        * modules/xnanosleep (Depends-on): Remove gethrxtime.

--- modules/xnanosleep.~1.3.~   2005-02-26 00:06:57 -0800
+++ modules/xnanosleep  2005-03-01 09:20:14 -0800
@@ -8,7 +8,6 @@ m4/xnanosleep.m4
 
 Depends-on:
 timespec
-gethrxtime
 
 configure.ac:
 gl_XNANOSLEEP



and the following additional change to coreutils:

2005-03-01  Paul Eggert  <address@hidden>

        * src/Makefile.am (nanosec_libs): Remove $(LIB_XANOSLEEP); no
        longer needed.

--- src/Makefile.am     22 Feb 2005 07:10:07 -0000      1.51
+++ src/Makefile.am     1 Mar 2005 17:28:49 -0000       1.52
@@ -69,7 +69,7 @@ seq_LDADD = $(LDADD) $(SEQ_LIBM)
 # If necessary, add -lm to resolve the `pow' reference in lib/strtod.c
 # or for the fesetround reference in programs using nanosec.c.
 nanosec_libs = \
-  $(LDADD) $(FESETROUND_LIBM) $(POW_LIB) $(LIB_XNANOSLEEP) $(LIB_NANOSLEEP)
+  $(LDADD) $(FESETROUND_LIBM) $(POW_LIB) $(LIB_NANOSLEEP)
 
 sleep_LDADD = $(nanosec_libs)
 tail_LDADD = $(nanosec_libs)




reply via email to

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