diff options
author | Roland McGrath <roland@gnu.org> | 1998-10-18 23:19:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-10-18 23:19:12 +0000 |
commit | 37eb58de74f83860949407c88088bf55964157e5 (patch) | |
tree | ef9e61b44209053837e93e468c1d7cadd822de3f /ChangeLog | |
parent | a13d5ca5e475ba92fa1aaf909f2f24bc88f3f205 (diff) | |
download | glibc-37eb58de74f83860949407c88088bf55964157e5.zip glibc-37eb58de74f83860949407c88088bf55964157e5.tar.gz glibc-37eb58de74f83860949407c88088bf55964157e5.tar.bz2 |
1998-08-06 Mark Kettenis <kettenis@phys.uva.nl>
[submitted 1998-08-06]
* mach/Machrules: Create target directory and force re-evaluation
of Makefile to prevent `make' from optimizing away most of the
implicit rules and `vpath' directives.
* hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): If _hurd_msgport_thread
is null, short-circuit to __mach_msg.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ +1998-08-06 Mark Kettenis <kettenis@phys.uva.nl> + + [submitted 1998-08-06] + * mach/Machrules: Create target directory and force re-evaluation + of Makefile to prevent `make' from optimizing away most of the + implicit rules and `vpath' directives. + 1998-10-19 Roland McGrath <roland@baalperazim.frob.com> + * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): If _hurd_msgport_thread + is null, short-circuit to __mach_msg. + * sysdeps/mach/hurd/i386/init-first.c (posixland_init): New function, broken out of init1. (init1) [PIC]: Call it. |