View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001419 | 1003.1(2016/18)/Issue7+TC2 | Shell and Utilities | public | 2020-11-07 20:20 | 2024-06-11 09:08 |
Reporter | psmith | Assigned To | ajosey | ||
Priority | normal | Severity | Editorial | Type | Error |
Status | Closed | Resolution | Accepted | ||
Name | Paul Smith | ||||
Organization | GNU Project | ||||
User Reference | |||||
Section | make | ||||
Page Number | 2980 | ||||
Line Number | 98952 | ||||
Interp Status | --- | ||||
Final Accepted Text | |||||
Summary | 0001419: Missing newline / indentation in .SCCS_GET default rule definition | ||||
Description | Apologies for not including the page and line number: I'm not sure where to get a copy of the standard with this information included. The description of the .SCCS_GET special target says: he application shall ensure that this special target is specified without prerequisites. If this special target is included in a makefile, the commands specified with this target shall replace the default commands associated with this special target (see Default Rules). The commands specified with this target are used to get all SCCS files that are not found in the current directory. However, the example provided in the default rules section shows: .SCCS_GET: sccs $(SCCSFLAGS) get $(SCCSGETFLAGS) $@ This shows the commands as prerequisites of the special target, which is not correct. | ||||
Desired Action | Change: .SCCS_GET: sccs $(SCCSFLAGS) get $(SCCSGETFLAGS) $@ to: .SCCS_GET: sccs $(SCCSFLAGS) get $(SCCSGETFLAGS) $@ | ||||
Tags | tc3-2008 |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-11-07 20:20 | psmith | New Issue | |
2020-11-07 20:20 | psmith | Status | New => Under Review |
2020-11-07 20:20 | psmith | Assigned To | => ajosey |
2020-11-07 20:20 | psmith | Name | => Paul Smith |
2020-11-07 20:20 | psmith | Organization | => GNU Project |
2020-11-07 20:20 | psmith | Section | => make |
2021-03-01 16:49 | nick | Project | 1003.1(2004)/Issue 6 => 1003.1(2016/18)/Issue7+TC2 |
2021-03-01 16:50 | nick | Page Number | => 2980 |
2021-03-01 16:50 | nick | Line Number | => 98952 |
2021-03-01 16:50 | nick | Interp Status | => --- |
2021-03-01 16:50 | nick | Status | Under Review => Resolved |
2021-03-01 16:50 | nick | Resolution | Open => Accepted |
2021-03-01 16:51 | nick | Tag Attached: tc3-2008 | |
2021-03-19 09:51 | geoffclare | Status | Resolved => Applied |
2024-06-11 09:08 | agadmin | Status | Applied => Closed |