]> sourceware.org Git - glibc.git/commitdiff
* configure.in: Skip AUTOCONF check under --without-cvs.
authorRoland McGrath <roland@gnu.org>
Sun, 24 Nov 2002 23:11:32 +0000 (23:11 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 24 Nov 2002 23:11:32 +0000 (23:11 +0000)
* configure: Regenerated.

* posix/Makefile (headers): Add bits/pthreadtypes.h.
* sysdeps/unix/sysv/linux/Makefile (sysdep_heaers): Don't add it here.
* sysdeps/unix/sysv/linux/Dist: Remove it from the list.

ChangeLog
posix/Makefile
sysdeps/unix/sysv/linux/Dist
sysdeps/unix/sysv/linux/Makefile

index 14ad00c07b8b3bcc3fffa4c4e126ccad3917aba4..3f8009c381f56faa0522e8ec5261317f49b73a62 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2002-11-24  Roland McGrath  <roland@redhat.com>
+
+       * configure.in: Skip AUTOCONF check under --without-cvs.
+       * configure: Regenerated.
+
+       * posix/Makefile (headers): Add bits/pthreadtypes.h.
+       * sysdeps/unix/sysv/linux/Makefile (sysdep_heaers): Don't add it here.
+       * sysdeps/unix/sysv/linux/Dist: Remove it from the list.
+
 2002-11-24  Andreas Schwab  <schwab@suse.de>
 
        * sysdeps/unix/sysv/linux/m68k/sysdep.h: Support inline syscall
index 37f6eccd19c193035ecb7d5cbd546cc93aa2c37a..d2cb9bee89d1e5a75b01e347674fbf6d32a2a0c5 100644 (file)
@@ -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 getopt.h                        \
-          bits/types.h bits/typesizes.h                                      \
+          bits/types.h bits/typesizes.h bits/pthreadtypes.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            \
index 881f11bd69b819a05f3077df9cf9d04e3ccc87b3..d38b0b451c957ba077dfb1c57c3f85eb611e85f3 100644 (file)
@@ -1,5 +1,4 @@
 bits/initspin.h
-bits/pthreadtypes.h
 cmsg_nxthdr.c
 dl-brk.c
 dl-sbrk.c
index 3154e180af530cf7983cdee4983033da717cc99d..8e0f6591a0363f3abac100ca7166eaf5c715202f 100644 (file)
@@ -108,7 +108,7 @@ inhibit-siglist := yes
 endif
 
 ifeq ($(subdir),posix)
-sysdep_headers += bits/pthreadtypes.h bits/initspin.h
+sysdep_headers += bits/initspin.h
 
 sysdep_routines += exit-thread
 endif
This page took 0.048221 seconds and 5 git commands to generate.