mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
Update.
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.
This commit is contained in:
parent
db54bbfb42
commit
5cc90078d4
12
ChangeLog
12
ChangeLog
@ -1,3 +1,15 @@
|
||||
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.
|
||||
|
||||
2000-08-01 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* Make-dist (dist): Resolve `..' in file names.
|
||||
|
@ -45,7 +45,7 @@ distribute := $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \
|
||||
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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -117,9 +117,9 @@ distribute := gconv-modules extra-module.mk gap.awk gaptab.awk \
|
||||
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))
|
||||
|
@ -15,6 +15,8 @@ updwtmpx.c
|
||||
utmpxname.c
|
||||
bits/libc-tsd.h
|
||||
siglist.h
|
||||
bp-semctl.h
|
||||
bp-checks.h
|
||||
bp-thunks.h
|
||||
bp-sym.h
|
||||
bp-start.h
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user