Austin Group Defect Tracker

Aardvark Mark IV


Viewing Issue Simple Details Jump to Notes ] Issue History ] Print ]
ID Category Severity Type Date Submitted Last Update
0001654 [Issue 8 drafts] Shell and Utilities Editorial Clarification Requested 2023-03-31 09:09 2023-06-27 14:45
Reporter rillig View Status public  
Assigned To
Priority normal Resolution Accepted As Marked  
Status Applied   Product Version
Name Roland Illig
Organization
User Reference
Section make
Page Number 3121
Line Number 105276
Final Accepted Text Note: 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
Attached Files

- Relationships

-  Notes
(0006306)
geoffclare (manager)
2023-06-05 09:43

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 => Note: 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


Mantis 1.1.6[^]
Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker