View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001654 | Issue 8 drafts | Shell and Utilities | public | 2023-03-31 09:09 | 2024-06-11 09:12 |
Reporter | rillig | Assigned To | |||
Priority | normal | Severity | Editorial | Type | Clarification Requested |
Status | Closed | Resolution | Accepted As Marked | ||
Name | Roland Illig | ||||
Organization | |||||
User Reference | |||||
Section | make | ||||
Page Number | 3121 | ||||
Line Number | 105276 | ||||
Final Accepted Text | 0001654:0006306 | ||||
Summary | 0001654: make: wrong quotes in example | ||||
Description | The line says: > CFLAGS = "-D COMMENT_CHAR='#'" The double quotes are not needed. | ||||
Desired Action | Remove the double quotes. | ||||
Tags | applied_after_i8d3, issue8 |
|
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: to:CFLAGS = "-D COMMENT_CHAR='#'" CFLAGS = -D "COMMENT_CHAR='#'" |
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 | |
2023-06-05 15:12 | geoffclare | Final Accepted Text | => 0001654:0006306 |
2023-06-05 15:12 | geoffclare | Status | New => Resolved |
2023-06-05 15:12 | geoffclare | Resolution | Open => Accepted As Marked |
2023-06-05 15:12 | geoffclare | Tag Attached: issue8 | |
2023-06-27 14:45 | geoffclare | Status | Resolved => Applied |
2023-06-27 14:45 | geoffclare | Tag Attached: applied_after_i8d3 | |
2024-06-11 09:12 | agadmin | Status | Applied => Closed |