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] |
Running make dist and checking some of the included files, I've
noticed some problems and removed the now unneeded files
include/db_185.h and include/db.h.
I've committed the appended patch.
Andreas
2000-08-01 Andreas Jaeger <aj@suse.de>
* stdio-common/Makefile (distribute): Remove removed files, add
new files.
* Makefile (distribute): Remove include/db_185.h and db.h.
* include/db_185.h: Remove, it's not needed anymore.
* include/db.h: Likewise.
For localedata:
2000-08-01 Andreas Jaeger <aj@suse.de>
* Makefile (distribute): Follow name change of tst-ctype-de.in to
tst-ctype-de_DE.ISO-8859-1.in.
For linuxthreads_db:
2000-08-01 Andreas Jaeger <aj@suse.de>
* Makefile (distribute): Add missing files.
============================================================
Index: stdio-common/Makefile
--- stdio-common/Makefile 2000/07/29 06:48:30 1.56
+++ stdio-common/Makefile 2000/08/01 09:26:05
@@ -45,7 +45,7 @@
install-others := $(inst_includedir)/bits/stdio_lim.h
aux := errlist siglist
-distribute := _itoa.h _itowa.h _i18n_itoa.h _i18n_itowa.h \
+distribute := _itoa.h _itowa.h _i18n_number.h \
printf-parse.h stdio_lim.h.in tst-unbputc.sh tst-printf.sh
tests := tstscanf test_rdwr test-popen tstgetln test-fseek \
============================================================
Index: Makefile
--- Makefile 2000/06/14 03:45:52 1.199
+++ Makefile 2000/08/01 09:26:06
@@ -259,8 +259,8 @@
config-name.in Makefile.in sysdep.h set-hooks.h \
libc-symbols.h version.h shlib-versions rpm/Makefile \
rpm/template rpm/rpmrc glibcbug.in abi-tags stub-tag.h \
- test-skeleton.c include/des.h include/db_185.h \
- include/db.h include/shlib-compat.h Versions.def \
+ test-skeleton.c include/des.h \
+ include/shlib-compat.h Versions.def \
INTERFACE CONFORMANCE NAMESPACE \
$(addprefix scripts/, \
rellns-sh config.sub config.guess \
============================================================
Index: localedata/Makefile
--- localedata/Makefile 2000/07/29 06:34:53 1.70
+++ localedata/Makefile 2000/08/01 09:26:06
@@ -68,7 +68,8 @@
tst-rpmatch.sh tst-locale.sh tst-fmon.sh sort-test.sh \
tst-fmon.data $(test-input-data) $(ld-test-srcs) \
th_TH.in cs_CZ.in tst-mbswcs.sh tst-trans.sh tst-ctype.sh \
- tst-ctype-de_DE.in $(wildcard tests-mbwc/*.[ch]) \
+ tst-ctype-de_DE.ISO-8859-1.in \
+ $(wildcard tests-mbwc/*.[ch]) \
$(addprefix tst-fmon-locales/tstfmon_,$(fmon-tests)) \
gen-locale.sh show-ucs-data.c tst-langinfo.sh \
tst-wctype.sh tst-wctype.input
============================================================
Index: linuxthreads_db/Makefile
--- linuxthreads_db/Makefile 1999/11/23 17:47:19 1.4
+++ linuxthreads_db/Makefile 2000/08/01 09:26:06
@@ -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.
============================================================
Index: include/db.h
+++ include/db.h removed
============================================================
Index: include/db_185.h
+++ include/db_185.h removed
--
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] |