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
0001419 [1003.1(2016/18)/Issue7+TC2] Shell and Utilities Editorial Error 2020-11-07 20:20 2021-03-19 09:51
Reporter psmith View Status public  
Assigned To ajosey
Priority normal Resolution Accepted  
Status Applied  
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
Attached Files

- Relationships

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


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