linux-user, configure: improve syscall_nr.h dependencies checking
commit5f29856b852d055960a772d372ffe1bb2321b3f5
authorLaurent Vivier <laurent@vivier.eu>
Mon, 23 Mar 2020 11:41:16 +0000 (23 12:41 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 23 Mar 2020 14:50:12 +0000 (23 14:50 +0000)
tree59bdf5e7551f37c9a422cce4fca2dae3caa44338
parent29e0855c5af62bbb0b0b6fed792e004dad92ba95
linux-user, configure: improve syscall_nr.h dependencies checking

This is mostly a fix for in-tree build.

It removes errors on .d directories:

  grep: ./.gitlab-ci.d: Is a directory
  grep: ./scripts/qemu-guest-agent/fsfreeze-hook.d: Is a directory

and improves performance by only checking <ARCH>-linux-user directories.

Reported-by: BALATON Zoltan <balaton@eik.bme.hu>
Tested-by: BALATON Zoltan <balaton@eik.bme.hu>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20200323114116.163609-1-laurent@vivier.eu
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
configure