diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-12 04:45:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-12 04:45:10 +0000 |
commit | 9dd7309ceee055ed98039f29982dc773bfc63bef (patch) | |
tree | 17bf94f807cf606df10f54e79dca5cecb008c362 /linuxthreads/Makefile | |
parent | 7d4c3e67b4375ff9b56cc82fbc60e89d342691bc (diff) | |
download | glibc-9dd7309ceee055ed98039f29982dc773bfc63bef.tar glibc-9dd7309ceee055ed98039f29982dc773bfc63bef.tar.gz glibc-9dd7309ceee055ed98039f29982dc773bfc63bef.tar.bz2 glibc-9dd7309ceee055ed98039f29982dc773bfc63bef.zip |
Update.
* Makefile (tests): Comment out tst-cancel for now.
Diffstat (limited to 'linuxthreads/Makefile')
-rw-r--r-- | linuxthreads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index 42f06a6645..d884a59208 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -59,7 +59,7 @@ endif librt-tests = ex10 ex11 tests = ex1 ex2 ex3 ex4 ex5 ex6 ex7 ex8 ex9 $(librt-tests) ex12 ex13 joinrace \ tststack $(tests-nodelete-$(have-z-nodelete)) ecmutex ex14 ex15 ex16 \ - ex17 tst-cancel + ex17 #tst-cancel ifeq (yes,$(build-shared)) tests-nodelete-yes = unload |