A NOTE has been added to this issue. ====================================================================== https://www.austingroupbugs.net/view.php?id=1696 ====================================================================== Reported By: rillig Assigned To: ====================================================================== Project: Issue 8 drafts Issue ID: 1696 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: 104629 Final Accepted Text: ====================================================================== Date Submitted: 2023-05-07 12:16 UTC Last Modified: 2023-06-19 16:06 UTC ====================================================================== Summary: Effect of -s when no work needs to be done ======================================================================
---------------------------------------------------------------------- (0006339) Don Cragun (manager) - 2023-06-19 16:06 https://www.austingroupbugs.net/view.php?id=1696#c6339 ---------------------------------------------------------------------- Change in make STDOUT section on P3107, L104627-104633: <blockquote>The <i>make</i> utility shall write all commands to be executed to standard output unless the <b>−s</b> option was specified, the command is prefixed with an at-sign, or the special target <b>.SILENT</b> has either the current target as a prerequisite or has no prerequisites. If make is invoked without any work needing to be done, it shall write a message to standard output indicating that no action was taken. If the <b>−t</b> option is present and a file is touched, make shall write to standard output a message of unspecified format indicating that the file was touched, including the filename of the file.</blockquote>to:<blockquote>If <i>make</i> is invoked without any work needing to be done, it shall write a message to standard output indicating that no action was taken. Otherwise, the <i>make</i> utility shall write all commands to be executed (and the filenames of files touched for the <b>-t</b> option in a message of unspecified format) to standard output unless the <b>−s</b> option was specified, the command is prefixed with an at-sign, or the special target <b>.SILENT</b> has either the current target as a prerequisite or has no prerequisites.</blockquote> Issue History Date Modified Username Field Change ====================================================================== 2023-05-07 12:16 rillig New Issue 2023-05-07 12:16 rillig Name => Roland Illig 2023-05-07 12:16 rillig Section => make 2023-05-07 12:16 rillig Page Number => 3107 2023-05-07 12:16 rillig Line Number => 104629 2023-06-19 16:06 Don Cragun Note Added: 0006339 ======================================================================