From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa5.hgst.iphmx.com (esa5.hgst.iphmx.com [216.71.153.144]) by sourceware.org (Postfix) with ESMTPS id 7EC0C3858D34 for ; Thu, 9 Jul 2020 16:47:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 7EC0C3858D34 IronPort-SDR: exclrt6qc6ld1yjfRvcM+QJj9sp0eOnn9pByDg44mieZkXpnMsk8RUTgkIkF1GJVgwfLMUjEWH yjzicJfCMxRWlusowqvy3TTgJu/kOdrFNfq1r3VzsAXgFPHfAdIYZw7bptiiWed1glQe+Bxiu3 yVVEmFnzv24WzVwHOFWmePVxVU2DytAqk5cR3em0kOtZrWU5EMcG8U2wrs97XEarp63YOL0q12 yc0F0PnYKCvdsXTuCc8M1jzHcBQrxSEuJYHnlXmAyJItBUO9MgGyjOy+E3njB4L5eFOUHwpbmS yw0= X-IronPort-AV: E=Sophos;i="5.75,331,1589212800"; d="scan'208";a="142207565" Received: from h199-255-45-14.hgst.com (HELO uls-op-cesaep01.wdc.com) ([199.255.45.14]) by ob1.hgst.iphmx.com with ESMTP; 10 Jul 2020 00:47:29 +0800 IronPort-SDR: QuwuDQeyk7OPlaqF5tU+n50SdxRA8tU8Dujtt2UTD3H303RudeV4bCTm07SiHSODvd1fRyNAFn 07tty+DSGll2W6arXBHm62yrYOiM7EdBw= Received: from uls-op-cesaip01.wdc.com ([10.248.3.36]) by uls-op-cesaep01.wdc.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Jul 2020 09:36:05 -0700 IronPort-SDR: I6hDAPiY5zxDS9RN6fCSDE/zGLw0JLU5KavsKG/68QzFjcpOx6NhtuJawWIMNb35g67/O+hg07 ojauUiXt2ZEg== WDCIronportException: Internal Received: from unknown (HELO redsun52) ([10.149.66.28]) by uls-op-cesaip01.wdc.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Jul 2020 09:47:29 -0700 Date: Thu, 9 Jul 2020 17:47:24 +0100 (BST) From: "Maciej W. Rozycki" To: Carlos O'Donell , Alistair Francis cc: libc-alpha@sourceware.org Subject: Re: [PATCH] linux: Fix syscall list generation instructions In-Reply-To: <3be1913c-c4f1-0703-46b9-cad43e6ed2e7@redhat.com> Message-ID: References: <3be1913c-c4f1-0703-46b9-cad43e6ed2e7@redhat.com> User-Agent: Alpine 2.21 (LFD 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-5.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jul 2020 16:47:32 -0000 On Thu, 9 Jul 2020, Carlos O'Donell wrote: > > 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 > > > > This is trivial and Allistair gave a reivew. Please commit if you haven't > already. Applied now; thank you both for the go-ahead! Maciej