diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-09-29 18:25:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-09-29 18:25:48 +0000 |
commit | 9a1c21c453c45ac30b0350877b13ead6a09914e5 (patch) | |
tree | 479e8f5e4cc74cdd34edb6582b98bf68607dad9f /nss/Makefile | |
parent | 3ae5121b7ff54f043c0288c29a76fa28a8ff7c3d (diff) | |
download | glibc-9a1c21c453c45ac30b0350877b13ead6a09914e5.tar glibc-9a1c21c453c45ac30b0350877b13ead6a09914e5.tar.gz glibc-9a1c21c453c45ac30b0350877b13ead6a09914e5.tar.bz2 glibc-9a1c21c453c45ac30b0350877b13ead6a09914e5.zip |
Update.
* nss/bug-erange.c (main): Don't fail if /etc/resolv.conf doesn't
exist.
2002-09-29 Ulrich Drepper <drepper@redhat.com>
* nss/Makefile: Move bug-erage from tests to xtests.
2002-09-29 Jakub Jelinek <jakub@redhat.com>
Diffstat (limited to 'nss/Makefile')
-rw-r--r-- | nss/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nss/Makefile b/nss/Makefile index 1a24482196..320fbbd9f1 100644 --- a/nss/Makefile +++ b/nss/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996, 1997, 1998, 2000, 2001 Free Software Foundation, Inc. +# Copyright (C) 1996,1997,1998,2000,2001,2002 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -39,7 +39,8 @@ databases = proto service hosts network grp pwd rpc ethers \ others := getent install-bin := getent -tests = test-netdb bug-erange +tests = test-netdb +xtests = bug-erange include ../Makeconfig |