mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
linux: Fix syscall list generation instructions
Make the instructions for syscall list generation match Makefile and
refer to `update-syscall-lists'; there has been no `update-arch-syscall'
target. Also use single quotes around the command to stick to the ASCII
character set.
Fixes 4cf0d22305
("Linux: Add tables with system call numbers").
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
ffd178c651
commit
c363f834cf
@ -26,7 +26,7 @@ ifndef subdir
|
||||
# architecture-specific system call names.
|
||||
#
|
||||
# To bootstrap a new architecture, create an empty file in the right
|
||||
# place and run “make update-arch-syscall” from the top-level of a
|
||||
# place and run `make update-syscall-lists' from the top-level of a
|
||||
# configured, but not-yet-built glibc tree.
|
||||
#
|
||||
# --lock points to a file not replaced during the update operation, so
|
||||
|
Loading…
Reference in New Issue
Block a user