This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: glibc 2.1+2.2: thread_dbP.h is not distributed


>>>>> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]