public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] linux: Fix syscall list generation instructions
@ 2020-07-09 16:45 Maciej W. Rozycki
  0 siblings, 0 replies; only message in thread
From: Maciej W. Rozycki @ 2020-07-09 16:45 UTC (permalink / raw)
  To: glibc-cvs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="us-ascii", Size: 1374 bytes --]

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=c363f834cfcbf5efa5449ef13f62233a6d5b9422

commit c363f834cfcbf5efa5449ef13f62233a6d5b9422
Author: Maciej W. Rozycki <macro@wdc.com>
Date:   Thu Jul 9 17:43:57 2020 +0100

    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>

Diff:
---
 sysdeps/unix/sysv/linux/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-07-09 16:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-09 16:45 [glibc] linux: Fix syscall list generation instructions Maciej W. Rozycki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).