[bug#78617] [PATCH] doc: Reference POSIX:2024
Bruno Haible via Patches for Automake <[email protected]> Wed, 28 May 2025 12:32:19 +0200
| Newsgroups | gmane.comp.sysutils.automake.patches |
|---|---|
| Organization | GNU |
| Message-ID | <5734926.uoxibFcf9D@nimes> |
This is a multi-part message in MIME format. --nextPart15601172.zAa99ISigo Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" POSIX:2024 contains the resolution of <http://austingroupbugs.net/view.php?id=542>. NEWS-future can be simplified. --nextPart15601172.zAa99ISigo Content-Disposition: attachment; filename="0001-doc-Reference-POSIX-2024.patch" Content-Transfer-Encoding: 7Bit Content-Type: text/x-patch; charset="x-UTF_8J"; name="0001-doc-Reference-POSIX-2024.patch" From c49e02025bd1c59cae9f0f7e691d0ff1573bf95d Mon Sep 17 00:00:00 2001 From: Bruno Haible <[email protected]> Date: Wed, 28 May 2025 12:29:09 +0200 Subject: [PATCH] doc: Reference POSIX:2024. * NEWS-future: The previously "next" POSIX version is the current POSIX now. --- NEWS-future | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS-future b/NEWS-future index 6f6dbdc15..9f6dd704a 100644 --- a/NEWS-future +++ b/NEWS-future @@ -18,10 +18,10 @@ warranted. For more info, see the ./PLANS/ directory. 'rm' program that doesn't complain when called without any non-option argument if the '-f' option is given (so that commands like "rm -f" and "rm -rf" will act as a no-op, instead of raising usage errors). - This behavior of 'rm' is very widespread in the wild, and it will be - required in the next POSIX version: + This behavior of 'rm' is very widespread in the wild, and is required + by POSIX: - <http://austingroupbugs.net/view.php?id=542> + <https://pubs.opengroup.org/onlinepubs/9799919799/utilities/rm.html> Accordingly, AM_INIT_AUTOMAKE now expands some shell code that checks that the default 'rm' program in PATH satisfies this requirement, -- 2.43.0 --nextPart15601172.zAa99ISigo--