diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-09-06 21:07:00 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-09-06 21:07:00 +0200 |
commit | 7f9346e11e160d0157786c1e3761453c7e0f99c4 (patch) | |
tree | 287923e2fbdeffe2b96ea6379690a6855b241e93 /ChangeLog | |
parent | ccdc039c9d1f7b2efe23a156b2c72a50e64453e4 (diff) | |
download | glibc-7f9346e11e160d0157786c1e3761453c7e0f99c4.tar glibc-7f9346e11e160d0157786c1e3761453c7e0f99c4.tar.gz glibc-7f9346e11e160d0157786c1e3761453c7e0f99c4.tar.bz2 glibc-7f9346e11e160d0157786c1e3761453c7e0f99c4.zip |
Fix rules generating headers in hurd/ and mach/
when initial make call has subdir= explicitly set.
* sysdeps/mach/Makefile ($(patsubst
mach%,m\%h%,$(mach-before-compile))): Force subdir to mach when
calling $(MAKE).
* sysdeps/mach/hurd/Makefile ($(patsubst %,$(hurd-objpfx)hurd/%.%,auth
io fs process)): Force subdir to hurd when calling $(MAKE).
($(common-objpfx)hurd/../mach/RPC_task_get_sampled_pcs.c): Force
subdir to mach when calling $(MAKE).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -1,4 +1,17 @@ -2015-09-06 Manolis Ragkousis <manolis837@gmail.com> +2015-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org> + + Fix rules generating headers in hurd/ and mach/ when initial make call + has subdir= explicitly set. + + * sysdeps/mach/Makefile ($(patsubst + mach%,m\%h%,$(mach-before-compile))): Force subdir to mach when + calling $(MAKE). + * sysdeps/mach/hurd/Makefile ($(patsubst %,$(hurd-objpfx)hurd/%.%,auth + io fs process)): Force subdir to hurd when calling $(MAKE). + ($(common-objpfx)hurd/../mach/RPC_task_get_sampled_pcs.c): Force + subdir to mach when calling $(MAKE). + +2015-09-06 Manolis Ragkousis <manolis837@gmail.com> Check sysheaders when looking for Mach and Hurd headers |