]> git.ipfire.org Git - thirdparty/glibc.git/commit
Fix rules generating headers in hurd/ and mach/
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 6 Sep 2015 19:07:00 +0000 (21:07 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 6 Sep 2015 19:07:00 +0000 (21:07 +0200)
commit7f9346e11e160d0157786c1e3761453c7e0f99c4
tree287923e2fbdeffe2b96ea6379690a6855b241e93
parentccdc039c9d1f7b2efe23a156b2c72a50e64453e4
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).
ChangeLog
sysdeps/mach/Makefile
sysdeps/mach/hurd/Makefile