summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authormarcus <marcus>2005-02-05 14:46:50 +0000
committermarcus <marcus>2005-02-05 14:46:50 +0000
commit9787b3560a481b9819d1dab77c1a13aad32fefca (patch)
treef9a4010822ac153435423dc96d10cc83d70491d6 /libc
parent46c2b13fd1d23a2c5459bcb9665a7d554d700b49 (diff)
2005-02-05 Marcus Brinkmann <marcus@gnu.org>
* Makefile.am (hurd_l4_sysdeps_l4_hurd): Update the file list. (hurd_l4_sysdeps_l4): New variable. (hurd_l4): Add hurd_l4_sysdeps_l4.
Diffstat (limited to 'libc')
-rw-r--r--libc/ChangeLog6
-rw-r--r--libc/Makefile.am16
2 files changed, 17 insertions, 5 deletions
diff --git a/libc/ChangeLog b/libc/ChangeLog
index f62945a..2f7f041 100644
--- a/libc/ChangeLog
+++ b/libc/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-05 Marcus Brinkmann <marcus@gnu.org>
+
+ * Makefile.am (hurd_l4_sysdeps_l4_hurd): Update the file list.
+ (hurd_l4_sysdeps_l4): New variable.
+ (hurd_l4): Add hurd_l4_sysdeps_l4.
+
2005-02-02 Marcus Brinkmann <marcus@gnu.org>
* Makefile.am (glibc_version): Fix date.
diff --git a/libc/Makefile.am b/libc/Makefile.am
index c74257a..a70432f 100644
--- a/libc/Makefile.am
+++ b/libc/Makefile.am
@@ -32,13 +32,19 @@ patches = $(addprefix patches/, $(patch_files))
hurd_l4_sysdeps_l4_hurd = bits/errno.h bits/fcntl.h bits/local_lim.h \
bits/mman.h bits/posix_opt.h bits/stat.h bits/typesizes.h \
- closedir.c dirfd.c dirstream.h execve.c _exit.c exit-thread.c \
+ brk.c closedir.c dirfd.c dirstream.h enbl-secure.c \
+ execve.c _exit.c exit-thread.c \
fork.c fstatfs64.c fstatfs.c fstatvfs64.c fstatvfs.c fxstat64.c \
- fxstat.c _G_config.h getdtsz.c getegid.c geteuid.c getpagesize.c \
- getppid.c Implies init-first.c lxstat64.c lxstat.c Makefile \
- mremap.c opendir.c readdir.c readdir_r.c rewinddir.c \
- sys/param.h syscall.c telldir.c uname.c xstat64.c xstat.c
+ fxstat.c _G_config.h getdtsz.c getegid.c geteuid.c \
+ getppid.c Implies i386/init-first.c i386/static-start.S \
+ isatty.c lxstat64.c lxstat.c Makefile \
+ mremap.c opendir.c read.c readdir.c readdir_r.c rewinddir.c \
+ sigaction.c sigprocmask.c \
+ sys/param.h syscall.c telldir.c uname.c write.c xstat64.c xstat.c
+hurd_l4_sysdeps_l4 = getpagesize.c sched_yield.c usleep.c \
+ getclktck.c gettimeofday.c nanosleep.c sleep.c
hurd_l4 = configure configure.in Makeconfig Makefile \
+ $(addprefix sysdeps/l4/,$(hurd_l4_sysdeps_l4)) \
$(addprefix sysdeps/l4/hurd/,$(hurd_l4_sysdeps_l4_hurd))
hurd_l4_add_on = $(addprefix hurd-l4/, $(hurd_l4))