aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-06-30 13:57:22 +0000
committerAndreas Jaeger <aj@suse.de>2000-06-30 13:57:22 +0000
commite8c6a4424652cf47283c9a25c4d3815fb5e563f9 (patch)
treed49c888073e3d3711c80a5912283bc83c024331c
parent4a3c3ca1dd44f0e72db6e562d1def1123e63ce9e (diff)
downloadglibc-e8c6a4424652cf47283c9a25c4d3815fb5e563f9.tar
glibc-e8c6a4424652cf47283c9a25c4d3815fb5e563f9.tar.gz
glibc-e8c6a4424652cf47283c9a25c4d3815fb5e563f9.tar.bz2
glibc-e8c6a4424652cf47283c9a25c4d3815fb5e563f9.zip
Update.
* posix/Makefile (tests): tst-exec and tst-spawn only work with shared libraries.
-rw-r--r--ChangeLog3
-rw-r--r--posix/Makefile8
2 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c64b5122f..1b1176a627 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/posix/Makefile b/posix/Makefile
index 174074e595..dd359ffc28 100644
--- a/posix/Makefile
+++ b/posix/Makefile
@@ -23,7 +23,7 @@ subdir := posix
headers := sys/utsname.h sys/times.h sys/wait.h sys/types.h unistd.h \
glob.h regex.h wordexp.h fnmatch.h bits/types.h getopt.h \
- bits/posix1_lim.h bits/posix2_lim.h bits/posix_opt.h \
+ bits/posix1_lim.h bits/posix2_lim.h bits/posix_opt.h \
bits/local_lim.h tar.h bits/utsname.h bits/confname.h \
bits/waitflags.h bits/waitstatus.h sys/unistd.h sched.h \
bits/sched.h re_comp.h wait.h bits/environments.h cpio.h \
@@ -39,7 +39,7 @@ routines := \
times \
wait waitpid wait3 wait4 waitid \
alarm sleep pause nanosleep \
- fork vfork _exit \
+ fork vfork _exit \
execve fexecve execv execle execl execvp execlp \
getpid getppid \
getuid geteuid getgid getegid getgroups setuid setgid group_member \
@@ -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