diff options
author | Maciej W. Rozycki <macro@wdc.com> | 2020-07-09 17:43:57 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@wdc.com> | 2020-07-09 17:43:57 +0100 |
commit | c363f834cfcbf5efa5449ef13f62233a6d5b9422 (patch) | |
tree | 23969371faa5e1330c0b8270eea27f465526fdbf /sysdeps | |
parent | ffd178c651b827f24acead02284abbb12f3f723b (diff) | |
download | glibc-c363f834cfcbf5efa5449ef13f62233a6d5b9422.tar glibc-c363f834cfcbf5efa5449ef13f62233a6d5b9422.tar.gz glibc-c363f834cfcbf5efa5449ef13f62233a6d5b9422.tar.bz2 glibc-c363f834cfcbf5efa5449ef13f62233a6d5b9422.zip |
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 4cf0d223052d ("Linux: Add tables with system call numbers").
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 79f5cf2554..1932ccf7df 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -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 |