diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-05-08 15:16:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-05-08 15:16:22 +0000 |
commit | 414fd335ae10f39b10ff8392aad5c7cfef7848d2 (patch) | |
tree | 0af9635416e0694970c2e6c577396bf590b552af /sysdeps | |
parent | fab6d621377dcd0ace90066684cff09cb26ba725 (diff) | |
download | glibc-414fd335ae10f39b10ff8392aad5c7cfef7848d2.tar glibc-414fd335ae10f39b10ff8392aad5c7cfef7848d2.tar.gz glibc-414fd335ae10f39b10ff8392aad5c7cfef7848d2.tar.bz2 glibc-414fd335ae10f39b10ff8392aad5c7cfef7848d2.zip |
Update.
1998-05-08 16:36 Zack Weinberg <zack@rabi.phys.columbia.edu>
* iconvdata/Makefile (generated): Set to *-generated-headers
plus gconv-modules.
(tests): Set to iconv-test.
* localedata/Makefile (generated-dirs): Add ld-test-names to list.
* posix/Makefile (generated): Set to wordexp-test-result*.
* sunrpc/Makefile (generated): Remove rpcsvc/*.
(generated-dirs): Add rpcsvc.
* libio/Makefile: Clean up.
1998-05-08 14:55 Ulrich Drepper <drepper@cygnus.com>
* Make-dist (+tsrcs): Also use tests-statc where tests is used.
* Makerules: Likewise.
(+depfiles): Also add sysdep-others.
* Rules: Likewise.
* iconv/Makefile (distribute): Add loop.s and skeleton.c.
* iconvdata/Makefile (distribute): Add TESTS.
* localedata/Makefile (repertoires): Rename to repertoiremaps.
* sysdeps/gnu/Dist: Add utmpx.h and bits/utmpx.h.
* sysdeps/unix/sysv/linux/Dist: Add ldd-rewrite.sed.
* sysdeps/unix/sysv/linux/i386/Makefile [subdir=elf]: Define
sysdep-others, not others.
* sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
* sysdeps/unix/sysv/linux/sparc/Dist: Add sys/kernel_termios.h.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/gnu/Dist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/Dist | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/Makefile | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/m68k/Makefile | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/Dist | 1 |
5 files changed, 6 insertions, 2 deletions
diff --git a/sysdeps/gnu/Dist b/sysdeps/gnu/Dist index 093b211206..d20d528d03 100644 --- a/sysdeps/gnu/Dist +++ b/sysdeps/gnu/Dist @@ -1 +1,3 @@ errlist.awk +utmpx.h +bits/utmpx.h diff --git a/sysdeps/unix/sysv/linux/Dist b/sysdeps/unix/sysv/linux/Dist index b938504627..27b3077a65 100644 --- a/sysdeps/unix/sysv/linux/Dist +++ b/sysdeps/unix/sysv/linux/Dist @@ -5,6 +5,7 @@ init-first.h kernel_sigaction.h kernel_stat.h kernel_termios.h +ldd-rewrite.sed lddlibc4.c llseek.c s_pread64.c diff --git a/sysdeps/unix/sysv/linux/i386/Makefile b/sysdeps/unix/sysv/linux/i386/Makefile index eff3e24622..7ef9e50085 100644 --- a/sysdeps/unix/sysv/linux/i386/Makefile +++ b/sysdeps/unix/sysv/linux/i386/Makefile @@ -4,6 +4,6 @@ sysdep_headers += sys/perm.h sys/vm86.h endif ifeq ($(subdir),elf) -others += lddlibc4 +sysdep-others += lddlibc4 install-bin += lddlibc4 endif diff --git a/sysdeps/unix/sysv/linux/m68k/Makefile b/sysdeps/unix/sysv/linux/m68k/Makefile index eb0921d9be..3cedf6322e 100644 --- a/sysdeps/unix/sysv/linux/m68k/Makefile +++ b/sysdeps/unix/sysv/linux/m68k/Makefile @@ -7,6 +7,6 @@ sysdep_routines += mremap endif ifeq ($(subdir),elf) -others += lddlibc4 +sysdep-others += lddlibc4 install-bin += lddlibc4 endif diff --git a/sysdeps/unix/sysv/linux/sparc/Dist b/sysdeps/unix/sysv/linux/sparc/Dist index 7832507772..e7569d1ad3 100644 --- a/sysdeps/unix/sysv/linux/sparc/Dist +++ b/sysdeps/unix/sysv/linux/sparc/Dist @@ -1 +1,2 @@ +sys/kernel_termios.h sys/trap.h |