]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
linux: Fix syscall list generation instructions
authorMaciej W. Rozycki <macro@wdc.com>
Thu, 9 Jul 2020 16:43:57 +0000 (17:43 +0100)
committerMaciej W. Rozycki <macro@wdc.com>
Thu, 9 Jul 2020 16:43:57 +0000 (17:43 +0100)
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>
sysdeps/unix/sysv/linux/Makefile

index 79f5cf255458178b5fd313ef31bb544e9ed701e6..1932ccf7df1ebfb4bd783d53dc4c8972c6711a9e 100644 (file)
@@ -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