This is the mail archive of the libc-hacker@sources.redhat.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]

Some more fixes



I've tried building the glibc generated by make dist and found some
problems which I've corrected (Uli, I know you've got some automatic
tools and I hope they find all remaining problems ;-).

The patches are committed to CVS now.

Andreas

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

	* hesiod/Makefile (distribute): Add nss_hesiod/nss_hesiod.h.

	* elf/Makefile (distribute): Add filtmod1.c and filtmod2.c.

	* wctype/Makefile (distribute): Add wchar-lookup.h.

	* sysdeps/generic/Dist: Add bp-checks.h.

	* iconvdata/Makefile (distribute): Add isiri-3342.h.

============================================================
Index: sysdeps/generic/Dist
--- sysdeps/generic/Dist	2000/06/14 00:27:44	1.13
+++ sysdeps/generic/Dist	2000/08/01 13:04:35
@@ -15,6 +15,8 @@
 utmpxname.c
 bits/libc-tsd.h
 siglist.h
+bp-semctl.h
+bp-checks.h
 bp-thunks.h
 bp-sym.h
 bp-start.h
============================================================
Index: iconvdata/Makefile
--- iconvdata/Makefile	2000/07/31 22:42:39	1.74
+++ iconvdata/Makefile	2000/08/01 13:04:35
@@ -117,9 +117,9 @@
 	      koi8-r.c ksc5601.c ksc5601.h latin-greek.c latin-greek-1.c    \
 	      macintosh.c mac-is.c mac-uk.c nats-dano.c nats-sefi.c sjis.c  \
 	      t.61.c uhc.c sami-ws2.c iso-ir-197.c tis-620.c koi8-u.c	    \
-	      isiri-3342.c gbgbk.c iso-2022-cn.c cns11643l2.h iso8859-16.c  \
-	      utf-16.c unicode.c big5hkscs.c iso-ir-165.c iso-ir-165.h	    \
-	      gb18030.c
+	      isiri-3342.c isiri-3342.h gbgbk.c iso-2022-cn.c cns11643l2.h  \
+	      iso8859-16.c utf-16.c unicode.c big5hkscs.c iso-ir-165.c	    \
+	      iso-ir-165.h gb18030.c
 
 # We build the transformation modules only when we build shared libs.
 ifeq (yes,$(build-shared))
============================================================
Index: wctype/Makefile
--- wctype/Makefile	2000/07/26 17:49:28	1.7
+++ wctype/Makefile	2000/08/01 13:04:35
@@ -1,4 +1,4 @@
-# Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 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
@@ -22,7 +22,7 @@
 subdir	:= wctype
 
 headers		:= wctype.h
-distribute	:= cname-lookup.h
+distribute	:= cname-lookup.h wchar-lookup.h
 routines	:= wcfuncs wctype iswctype wctrans towctrans wcextra \
 		   wcfuncs_l wctype_l iswctype_l wctrans_l towctrans_l \
 		   wcextra_l
============================================================
Index: elf/Makefile
--- elf/Makefile	2000/07/21 13:23:12	1.164
+++ elf/Makefile	2000/08/01 13:04:35
@@ -45,7 +45,7 @@
 		   ldconfig.h ldconfig.c cache.c readlib.c readelflib.c \
 		   dep1.c dep2.c dep3.c dep4.c dl-dtprocnum.h \
 		   vismain.c vismod1.c vismod2.c vismod3.c \
-		   constload2.c constload3.c
+		   constload2.c constload3.c filtmod1.c filtmod2.c
 
 include ../Makeconfig
 
============================================================
Index: hesiod/Makefile
--- hesiod/Makefile	2000/07/21 01:37:59	1.5
+++ hesiod/Makefile	2000/08/01 13:04:36
@@ -21,7 +21,7 @@
 #
 subdir	:= hesiod
 
-distribute := hesiod.h hesiod_p.h README.hesiod
+distribute := hesiod.h hesiod_p.h README.hesiod nss_hesiod/nss_hesiod.h
 
 extra-libs := libnss_hesiod
 extra-libs-others = $(extra-libs)

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

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