View Issue Details

IDProjectCategoryView StatusLast Update
00014191003.1(2016/18)/Issue7+TC2Shell and Utilitiespublic2024-06-11 09:08
Reporterpsmith Assigned Toajosey  
PrioritynormalSeverityEditorialTypeError
Status ClosedResolutionAccepted 
NamePaul Smith
OrganizationGNU Project
User Reference
Sectionmake
Page Number2980
Line Number98952
Interp Status---
Final Accepted Text
Summary0001419: Missing newline / indentation in .SCCS_GET default rule definition
DescriptionApologies 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 ActionChange:

.SCCS_GET: sccs $(SCCSFLAGS) get $(SCCSGETFLAGS) $@


to:

.SCCS_GET:
        sccs $(SCCSFLAGS) get $(SCCSGETFLAGS) $@
Tagstc3-2008

Activities

There are no notes attached to this issue.

Issue History

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