diff options
author | Roland McGrath <roland@gnu.org> | 2003-02-15 22:59:38 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-02-15 22:59:38 +0000 |
commit | 7125d3cf1a4820c8e98147160673565427bc57ff (patch) | |
tree | cd671832acabd715e7e97a55f377b8bfab6c7728 | |
parent | c06b8d60f4dcd911dbae2e4b36ed7af30e9b645e (diff) | |
download | glibc-7125d3cf1a4820c8e98147160673565427bc57ff.zip glibc-7125d3cf1a4820c8e98147160673565427bc57ff.tar.gz glibc-7125d3cf1a4820c8e98147160673565427bc57ff.tar.bz2 |
* sysdeps/mach/Makefile (mach-before-compile rule): Pass generating=t,
use target mach-before-compile instead of generated.
(mach-before-compile): New target.
* Makerules: Disable use of tls.make if $(generating) is set.
* mach/Makefile: Include mach-syscalls.mk even if no_deps=t.
* sysdeps/mach/hurd/Makefile: Make generated hurd headers depend on
mach-shortcuts.h so mach/ generation happens before hurd/.
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2003-02-15 Roland McGrath <roland@frob.com> + + * sysdeps/mach/Makefile (mach-before-compile rule): Pass generating=t, + use target mach-before-compile instead of generated. + (mach-before-compile): New target. + * Makerules: Disable use of tls.make if $(generating) is set. + * mach/Makefile: Include mach-syscalls.mk even if no_deps=t. + * sysdeps/mach/hurd/Makefile: Make generated hurd headers depend on + mach-shortcuts.h so mach/ generation happens before hurd/. + 2003-02-14 Ulrich Drepper <drepper@redhat.com> * sysdeps/i386/fpu/s_nextafterl.c: Decrement high word of mantissa |