A NOTE has been added to this issue. ====================================================================== https://austingroupbugs.net/view.php?id=1654 ====================================================================== Reported By: rillig Assigned To: ====================================================================== Project: Issue 8 drafts Issue ID: 1654 Category: Shell and Utilities Type: Clarification Requested Severity: Editorial Priority: normal Status: New Name: Roland Illig Organization: User Reference: Section: make Page Number: 3121 Line Number: 105276 Final Accepted Text: ====================================================================== Date Submitted: 2023-03-31 09:09 UTC Last Modified: 2023-06-05 09:43 UTC ====================================================================== Summary: make: wrong quotes in example ======================================================================
---------------------------------------------------------------------- (0006306) geoffclare (manager) - 2023-06-05 09:43 https://austingroupbugs.net/view.php?id=1654#c6306 ---------------------------------------------------------------------- I assume the intention is that the single quotes are passed to the compiler (i.e. the value of the COMMENT_CHAR macro is a C character constant). In which case the double quotes are needed but the first one is in the wrong place. Change:<blockquote><pre>CFLAGS = "-D COMMENT_CHAR='#'"</pre></blockquote>to:<blockquote><pre>CFLAGS = -D "COMMENT_CHAR='#'"</pre></blockquote> Issue History Date Modified Username Field Change ====================================================================== 2023-03-31 09:09 rillig New Issue 2023-03-31 09:09 rillig Name => Roland Illig 2023-03-31 09:09 rillig Section => make 2023-03-31 09:09 rillig Page Number => 3121 2023-03-31 09:09 rillig Line Number => 105276 2023-06-05 09:43 geoffclare Note Added: 0006306 ======================================================================
