diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-05 23:25:04 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-05 23:25:04 +0000 |
commit | dfe1754a556c167df741843ef0114f5325717a7c (patch) | |
tree | 90bcf729e52edc7666cd58886fa6dbafc585d6f7 /sysdeps/unix | |
parent | 92702b91978866324b422e24b058c52ab63c82d7 (diff) | |
download | glibc-dfe1754a556c167df741843ef0114f5325717a7c.zip glibc-dfe1754a556c167df741843ef0114f5325717a7c.tar.gz glibc-dfe1754a556c167df741843ef0114f5325717a7c.tar.bz2 |
* time/tzfile.h, time/private.h, time/zdump.c, time/zic.c,
time/africa, time/asia, time/australasia, time/europe,
time/northamerica, time/southamerica: Updated from ADO 96h.
* Make-dist (all-headers): Filter $(sysdep_headers) out of $(headers).
(try-sysdeps, +sysdep-names): Check sysdeps/libm-ieee754 too.
* Makerules (distinfo-vars): Add sysdep_headers.
* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Append to
this instead of $(headers).
* sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
* Make-dist [subdirs-dirs]: Don't prefix $(subdir-dirs) with
$(subdir); we are already there.
* sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist: Removed.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 12 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/Makefile | 7 | ||||
-rw-r--r-- | sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist | 1 |
3 files changed, 9 insertions, 11 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 412227a..ec5119e 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -1,7 +1,7 @@ ifeq ($(subdir), math) sysdep_routines += setfpucw extra-objs += ieee-fpucw.o -headers += fpu_control.h +sysdep_headers += fpu_control.h install-lib += libieee.a non-lib.a += libieee.a @@ -18,7 +18,7 @@ ifeq ($(subdir), misc) sysdep_routines += mount umount xmknod s_ptrace s_sysctl sysctl llseek \ setfsgid setfsuid sysinfo uselib s_reboot -headers += sys/mount.h sys/sysinfo.h sys/acct.h sys/sysctl.h sys/module.h \ +sysdep_headers += sys/mount.h sys/sysinfo.h sys/acct.h sys/sysctl.h sys/module.h \ sys/io.h sys/klog.h sys/kdaemon.h install-others += $(includedir)/sys/syscall.h @@ -45,19 +45,19 @@ endif ifeq ($(subdir), time) sysdep_routines += adjtimex -headers += sys/timex.h +sysdep_headers += sys/timex.h endif ifeq ($(subdir), socket) -headers += sys/socketcall.h net/if.h +sysdep_headers += sys/socketcall.h net/if.h endif ifeq ($(subdir), sunrpc) -headers += nfs/nfs.h +sysdep_headers += nfs/nfs.h endif ifeq ($(subdir), termios) -headers += termio.h +sysdep_headers += termio.h endif rtld-installed-name = ld-gnu.so.1 diff --git a/sysdeps/unix/sysv/linux/alpha/Makefile b/sysdeps/unix/sysv/linux/alpha/Makefile index beb8441..e6e421d 100644 --- a/sysdeps/unix/sysv/linux/alpha/Makefile +++ b/sysdeps/unix/sysv/linux/alpha/Makefile @@ -1,7 +1,6 @@ ifeq ($(subdir), misc) -headers += alpha/ptrace.h alpha/regdef.h +sysdep_headers += alpha/ptrace.h alpha/regdef.h -sysdep_routines := $(sysdep_routines) \ - ieee_get_fp_control ieee_set_fp_control fpu_control setfpucw \ - sethae ioperm osf_sigprocmask fstatfs statfs +sysdep_routines += ieee_get_fp_control ieee_set_fp_control fpu_control \ + setfpucw sethae ioperm osf_sigprocmask fstatfs statfs endif diff --git a/sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist b/sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist deleted file mode 100644 index 69d16ac..0000000 --- a/sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist +++ /dev/null @@ -1 +0,0 @@ -sys-sig.S |