View Issue Details

IDProjectCategoryView StatusLast Update
0001654Issue 8 draftsShell and Utilitiespublic2024-06-11 09:12
Reporterrillig Assigned To 
PrioritynormalSeverityEditorialTypeClarification Requested
Status ClosedResolutionAccepted As Marked 
NameRoland Illig
Organization
User Reference
Sectionmake
Page Number3121
Line Number105276
Final Accepted Text0001654:0006306
Summary0001654: make: wrong quotes in example
DescriptionThe line says:
> CFLAGS = "-D COMMENT_CHAR='#'"

The double quotes are not needed.
Desired ActionRemove the double quotes.
Tagsapplied_after_i8d3, issue8

Activities

geoffclare

2023-06-05 09:43

manager   bugnote:0006306

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:
CFLAGS = "-D COMMENT_CHAR='#'"
to:
CFLAGS = -D "COMMENT_CHAR='#'"

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
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