public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* glibc 2.1+2.2: thread_dbP.h is not distributed
@ 2000-01-26  7:36 Andreas Jaeger
  2000-01-26  8:05 ` Andreas Jaeger
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Jaeger @ 2000-01-26  7:36 UTC (permalink / raw)
  To: GNU libc hacker

The tarball from glibc 2.1.3pre3 misses linuxthreads_db/thread_dbP.h.
I'm appending a patch to avoid this.

The patch should go into glibc 2.1.3 and 2.2.

Andreas

2000-01-26  Andreas Jaeger  <aj@suse.de>

	* Makefile (distribute): Distribute thread_dbP.h

============================================================
Index: linuxthreads_db/Makefile
--- linuxthreads_db/Makefile	1999/11/23 17:46:56	1.2.2.3
+++ linuxthreads_db/Makefile	2000/01/26 15:22:04
@@ -1,4 +1,4 @@
-# Copyright (C) 1999 Free Software Foundation, Inc.
+# Copyright (C) 1999, 2000 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
@@ -43,6 +43,7 @@
 
 libthread_db-inhibit-o = $(filter-out .os,$(object-suffixes))
 
+distribute = thread_dbP.h
 include ../Rules
 
 # Depend on libc.so so a DT_NEEDED is generated in the shared objects.

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: glibc 2.1+2.2: thread_dbP.h is not distributed
  2000-01-26  7:36 glibc 2.1+2.2: thread_dbP.h is not distributed Andreas Jaeger
@ 2000-01-26  8:05 ` Andreas Jaeger
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Jaeger @ 2000-01-26  8:05 UTC (permalink / raw)
  To: GNU libc hacker

>>>>> Andreas Jaeger writes:

 > The tarball from glibc 2.1.3pre3 misses linuxthreads_db/thread_dbP.h.
 > I'm appending a patch to avoid this.

 > The patch should go into glibc 2.1.3 and 2.2.

As far as I can see (I tried make dist instead of downloading a full
tar ball) glibc 2.1.3pre3 misses two more files.  An updated patch is
appended.

Andreas

2000-01-26  Andreas Jaeger  <aj@suse.de>

	* Makefile (distribute): Add missing files.

============================================================
Index: linuxthreads_db/Makefile
--- linuxthreads_db/Makefile	1999/11/23 17:46:56	1.2.2.3
+++ linuxthreads_db/Makefile	2000/01/26 15:57:29
@@ -1,4 +1,4 @@
-# Copyright (C) 1999 Free Software Foundation, Inc.
+# Copyright (C) 1999, 2000 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
@@ -43,6 +43,7 @@
 
 libthread_db-inhibit-o = $(filter-out .os,$(object-suffixes))
 
+distribute = thread_dbP.h shlib-versions proc_service.h
 include ../Rules
 
 # Depend on libc.so so a DT_NEEDED is generated in the shared objects.

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-01-26  8:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-26  7:36 glibc 2.1+2.2: thread_dbP.h is not distributed Andreas Jaeger
2000-01-26  8:05 ` Andreas Jaeger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).