mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 02:40:08 +00:00
Update.
* Make-dist (+tsrcs): Remove .args handling here as well.
This commit is contained in:
parent
7ae1fe4d8f
commit
490dc9aa62
@ -1,5 +1,7 @@
|
||||
2000-06-13 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* Make-dist (+tsrcs): Remove .args handling here as well.
|
||||
|
||||
* rt/Makefile (tests): Add tst-timer.
|
||||
* sysdeps/generic/tst-timer.c: New file.
|
||||
|
||||
|
@ -154,8 +154,7 @@ foo:=$(shell echo subdir foo >&2)
|
||||
|
||||
+tsrcs := Makefile $(wildcard Versions) $(wildcard Depend) $(+tsrcs) \
|
||||
$(addsuffix .c,$(others) $(tests) $(test-srcs)) \
|
||||
$(wildcard $(addsuffix .input,$(tests) $(test-srcs)) \
|
||||
$(addsuffix .args,$(tests) $(test-srcs)))
|
||||
$(wildcard $(addsuffix .input,$(tests) $(test-srcs)))
|
||||
+tardeps := $(strip $(+tsrcs))
|
||||
|
||||
verbose = v
|
||||
|
@ -1,5 +1,8 @@
|
||||
2000-06-13 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_TIMERS): Define.
|
||||
* sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
|
||||
|
||||
* sysdeps/pthread/Makefile: Remove tests definition.
|
||||
|
||||
2000-06-12 Kazumoto Kojima <kkojima@rr.iij4u.or.jp>
|
||||
|
@ -128,4 +128,7 @@
|
||||
/* The `spawn' function family is supported. */
|
||||
#define _POSIX_SPAWN 200912L
|
||||
|
||||
/* We have POSIX timers. */
|
||||
#define _POSIX_TIMERS 1
|
||||
|
||||
#endif /* posix_opt.h */
|
||||
|
@ -137,4 +137,7 @@
|
||||
/* The `spawn' function family is supported. */
|
||||
#define _POSIX_SPAWN 200912L
|
||||
|
||||
/* We have POSIX timers. */
|
||||
#define _POSIX_TIMERS 1
|
||||
|
||||
#endif /* posix_opt.h */
|
||||
|
Loading…
Reference in New Issue
Block a user