A NOTE has been added to this issue. ====================================================================== https://austingroupbugs.net/view.php?id=1657 ====================================================================== Reported By: rillig Assigned To: ====================================================================== Project: Issue 8 drafts Issue ID: 1657 Category: Shell and Utilities Type: Clarification Requested Severity: Editorial Priority: normal Status: New Name: Roland Illig Organization: User Reference: Section: make Page Number: 3107 Line Number: 104671 Final Accepted Text: ====================================================================== Date Submitted: 2023-03-31 09:31 UTC Last Modified: 2023-06-05 16:01 UTC ====================================================================== Summary: make: section 'Makefile Syntax' contains unrelated requirements ======================================================================
---------------------------------------------------------------------- (0006311) geoffclare (manager) - 2023-06-05 16:01 https://austingroupbugs.net/view.php?id=1657#c6311 ---------------------------------------------------------------------- Change page 3107 line 104640:<blockquote>The <i>make</i> utility attempts to perform the actions required to ensure that the specified targets are up-to-date. A target shall be considered up-to-date ...</blockquote>to:<blockquote>The <i>make</i> utility attempts to perform the actions, specified in one or more makefiles, required to ensure that specified targets are up-to-date. By default, the following files shall be tried in sequence: <b>./makefile</b> and <b>./Makefile</b>. If neither </b>./makefile</b> nor </b>./Makefile</b> is found, other implementation-defined files may also be tried. [XSI]On XSI-conformant systems, the additional files <b>./s.makefile</b>, <b>SCCS/s.makefile</b>, <b>./s.Makefile</b>, and <b>SCCS/s.Makefile</b> shall also be tried.[/XSI] The <b>−f</b> option shall direct <i>make</i> to ignore any of these default files and use the specified option-argument as a makefile instead. If this option-argument is '-', standard input shall be used. The term <i>makefile</i> is used to refer to any rules provided by the user, whether in <b>./makefile</b> or its variants, or specified by the <b>−f</b> option. A target shall be considered up-to-date ...</blockquote> and delete corresponding text in <b>Makefile Syntax</b>, pages 3107-3108 lines 104671-104678. Issue History Date Modified Username Field Change ====================================================================== 2023-03-31 09:31 rillig New Issue 2023-03-31 09:31 rillig Name => Roland Illig 2023-03-31 09:31 rillig Section => make 2023-03-31 09:31 rillig Page Number => 3107 2023-03-31 09:31 rillig Line Number => 104671 2023-04-03 09:49 geoffclare Note Added: 0006243 2023-06-05 16:01 geoffclare Note Added: 0006311 ======================================================================