1 01/27/84  cv_pmf
 2 
 3 Syntax:  cv_pmf pmf_path {-control_args}
 4 
 5 
 6 Function:  converts an ASCII project master file (PMF) into a binary
 7 project definition table (PDT).
 8 
 9 
10 Arguments:
11 pmf_path
12    is the pathname of the PMF.  If path does not have a suffix of pmf,
13    one is assumed; however, the suffix pmf must be the last component
14    of the name of the source.
15 
16 
17 Control arguments:
18 -brief, -bf
19    prints error messages in the short format.
20 -long, -lg
21    prints error messages in the long format.
22 -severity N, -sv N
23    causes error messages whose severity is less than N (where N is 0,
24    1, 2, 3, or 4) not to be written to the user_output switch.  If not
25    specified, a severity level of 0 is assumed; i.e., all error
26    messages are written to the user_output switch.
27 
28 
29 Notes:  The PMF is described in Section 3 of the MAM -- Project
30 Adminstrator Manual, Order No.  AK51, "Project Master File."  The newly
31 converted PDT is placed in the current working directory.  The
32 entryname of the new PDT is the same as the entryname of its source
33 PMF, with the pmf suffix replaced by pdt.  This command associates the
34 following severity values to be used by the severity active function:
35 
36    Value     Meaning
37 
38       0      No compilation yet or no error.
39       1      Warning.
40       2      Correctable error.
41       3      Fatal error.
42       4      Unrecoverable error.
43       5      Could not find source.