]> sourceware.org Git - glibc.git/commit
Add arch-syscall.h dependency for generating sysd-syscalls file
authorguojinhui <guojinhui@huawei.com>
Thu, 14 May 2020 16:09:46 +0000 (18:09 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 14 May 2020 16:40:58 +0000 (18:40 +0200)
commit98b2dc7e208772e7088c63e3031f75c2b92548b4
tree1a308e65f1f432174dacccaec6e65ce1bee01e9a
parenteca1b233322914d9013f3ee4aabecaadc9245abd
Add arch-syscall.h dependency for generating sysd-syscalls file

After using "make update-syscall-lists" to update arch-syscall.h for
new kernel versions, sysd-syscalls will not be not be regenerated.
This will cause a compile error because the new data is not being
picked up.

Fixes commit a1bd5f86739926469bbe0054b93305ff5905b070
("Linux: Use system call tables during build").

Reviewed-by: Florian Weimer <fweimer@redhat.com>
sysdeps/unix/Makefile
This page took 0.041888 seconds and 5 git commands to generate.