public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] linux: Fix syscall list generation instructions
@ 2020-07-09  4:40 Maciej W. Rozycki
  2020-07-09 13:42 ` Alistair Francis
  2020-07-09 15:08 ` Carlos O'Donell
  0 siblings, 2 replies; 4+ messages in thread
From: Maciej W. Rozycki @ 2020-07-09  4:40 UTC (permalink / raw)
  To: libc-alpha

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").
---
 As a fix to a Makefile comment only I trust it is fine to apply even in 
the freeze period.  OK to push then?

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

glibc-update-syscall-lists.diff
Index: glibc/sysdeps/unix/sysv/linux/Makefile
===================================================================
--- glibc.orig/sysdeps/unix/sysv/linux/Makefile
+++ glibc/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] 4+ messages in thread

end of thread, other threads:[~2020-07-09 16:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-09  4:40 [PATCH] linux: Fix syscall list generation instructions Maciej W. Rozycki
2020-07-09 13:42 ` Alistair Francis
2020-07-09 15:08 ` Carlos O'Donell
2020-07-09 16:47   ` 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).