View Issue Details

IDProjectCategoryView StatusLast Update
0001680Issue 8 draftsShell and Utilitiespublic2023-06-15 15:04
Reporterrillig Assigned To 
PrioritynormalSeverityEditorialTypeOmission
Status ClosedResolutionDuplicate 
Product VersionDraft 3 
NameRoland Illig
Organization
User Reference
Sectionmake
Page Number3103
Line Number104453
Final Accepted Text
Summary0001680: Synopsis for make is missing '-j maxjobs'
DescriptionAndrew Pennebaker reported in https://www.mail-archive.com/austin-group-l@opengroup.org/msg11089.html:


First, the -j option is uniquely missing from the SYNOPSIS section. There
at line 104453, we have:

make [-einpqrst] [-f makefile]... [-k|-S] [macro[::[:]]=value...]
[target_name...]

We can instead show:

make [-einpqrst] [-f makefile] [-j maxjobs] [-k|-S] [macro[::[:]]=value...]
[target_name...]
Desired ActionAdd '[-j maxjobs]' to the synopsis.
TagsNo tags attached.

Relationships

duplicate of 0001733 Closed Issue 8 drafts XCU make synopsis (IEEE/I-1) 
related to 0001436 Closed 1003.1(2016/18)/Issue7+TC2 make: add "-j max_jobs" option to support simultaneous rule processing 

Activities

geoffclare

2023-04-21 16:38

manager   bugnote:0006269

Yes, we somehow missed the synopsis change when we resolved bug 0001436

Issue History

Date Modified Username Field Change
2023-04-21 15:07 rillig New Issue
2023-04-21 15:07 rillig Name => Roland Illig
2023-04-21 15:07 rillig Section => make
2023-04-21 15:07 rillig Page Number => 3103
2023-04-21 15:07 rillig Line Number => 104453
2023-04-21 16:37 geoffclare Relationship added related to 0001436
2023-04-21 16:38 geoffclare Note Added: 0006269
2023-06-15 11:06 geoffclare Relationship added duplicate of 0001733
2023-06-15 15:04 Don Cragun Status New => Closed
2023-06-15 15:04 Don Cragun Resolution Open => Duplicate