[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1040 - in glibc-package/trunk/debian: . sysdeps



Author: dan
Date: 2005-10-14 02:39:29 +0000 (Fri, 14 Oct 2005)
New Revision: 1040

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/sysdeps/hurd.mk
   glibc-package/trunk/debian/sysdeps/kfreebsd-gnu.mk
   glibc-package/trunk/debian/sysdeps/linux.mk
Log:
  * Remove obsolete references to NPTL as an add-on.


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2005-10-14 02:34:05 UTC (rev 1039)
+++ glibc-package/trunk/debian/changelog	2005-10-14 02:39:29 UTC (rev 1040)
@@ -13,8 +13,9 @@
     - Use lib64 for 64-bit libraries on i386.
     - Search lib64 for ldconfig.
     - Install 64-bit headers in /usr/include/x86_64-linux-gnu.
+  * Remove obsolete references to NPTL as an add-on.
 
- -- Daniel Jacobowitz <dan@debian.org>  Thu, 13 Oct 2005 22:31:28 -0400
+ -- Daniel Jacobowitz <dan@debian.org>  Thu, 13 Oct 2005 22:39:07 -0400
 
 glibc (2.3.5-6) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/sysdeps/hurd.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/hurd.mk	2005-10-14 02:34:05 UTC (rev 1039)
+++ glibc-package/trunk/debian/sysdeps/hurd.mk	2005-10-14 02:39:29 UTC (rev 1040)
@@ -1,8 +1,6 @@
 # This is for the GNU OS.  Commonly known as the Hurd.
 
-# FIXME: Have to do both nptl and linuxthreads for now, because of the
-# patch system.  Shouldn't need either of these.
-GLIBC_OVERLAYS ?= $(shell ls nptl* glibc-linuxthreads* glibc-ports* glibc-libidn*)
+GLIBC_OVERLAYS ?= $(shell ls glibc-linuxthreads* glibc-ports* glibc-libidn*)
 
 threads = no
 libc = libc0.3

Modified: glibc-package/trunk/debian/sysdeps/kfreebsd-gnu.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/kfreebsd-gnu.mk	2005-10-14 02:34:05 UTC (rev 1039)
+++ glibc-package/trunk/debian/sysdeps/kfreebsd-gnu.mk	2005-10-14 02:39:29 UTC (rev 1040)
@@ -1,8 +1,6 @@
 # This is for a Glibc-using FreeBSD system.
 
-# FIXME: Have to do both nptl and linuxthreads for now, because of the
-# patch system.  Should be only linuxthreads.
-GLIBC_OVERLAYS ?= $(shell ls nptl* glibc-linuxthreads* glibc-ports* glibc-libidn*)
+GLIBC_OVERLAYS ?= $(shell ls glibc-linuxthreads* glibc-ports* glibc-libidn*)
 
 libc = libc1
 

Modified: glibc-package/trunk/debian/sysdeps/linux.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/linux.mk	2005-10-14 02:34:05 UTC (rev 1039)
+++ glibc-package/trunk/debian/sysdeps/linux.mk	2005-10-14 02:39:29 UTC (rev 1040)
@@ -1,4 +1,4 @@
-GLIBC_OVERLAYS ?= $(shell ls nptl* glibc-linuxthreads* glibc-ports* glibc-libidn*)
+GLIBC_OVERLAYS ?= $(shell ls glibc-linuxthreads* glibc-ports* glibc-libidn*)
 MIN_KERNEL_SUPPORTED := 2.2.0
 libc = libc6
 



Reply to: