mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
Update.
* posix/Makefile (tests): tst-exec and tst-spawn only work with shared libraries.
This commit is contained in:
parent
4a3c3ca1dd
commit
e8c6a44246
@ -1,5 +1,8 @@
|
||||
2000-06-30 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* posix/Makefile (tests): tst-exec and tst-spawn only work with
|
||||
shared libraries.
|
||||
|
||||
* io/Makefile (CFLAGS-test-lfs.c): New.
|
||||
(tests): Add test-lfs.
|
||||
|
||||
|
@ -68,10 +68,10 @@ aux := init-posix environ
|
||||
tests := tstgetopt testfnm runtests runptests \
|
||||
tst-preadwrite tst-preadwrite64 test-vfork regexbug1 \
|
||||
tst-getlogin tst-mmap tst-getaddrinfo tst-truncate \
|
||||
tst-truncate64 tst-fork tst-exec tst-spawn
|
||||
tst-truncate64 tst-fork
|
||||
ifeq (yes,$(build-shared))
|
||||
test-srcs := globtest
|
||||
tests += wordexp-test
|
||||
tests += wordexp-test tst-exec tst-spawn
|
||||
endif
|
||||
others := getconf
|
||||
install-bin := getconf
|
||||
|
Loading…
Reference in New Issue
Block a user