The entire
MAKE operation is logged by VMAKE. In doing so, VMAKE generates two output logs and stores them in the prot directory ( General Directory Structure).These logs are named after the file name specified as a parameter when the required
VMAKE version was called. The files have the extension .p0 or .x0.File extension |
Log |
.p0 |
Normal log; corresponds to the screen outputs during the creation process |
.x0 |
Contains detailed information on the individual files as well as the options used to call the VMAKE tools |
When these logs are created, older logs with the same name are renamed (the last digit is incremented by 1). A log history comprising up to 10 logs (
.p0 - .p9 ) is, therefore, possible.You can display the current logs in the editor (
$EDITOR) using the development environment tool ipf.pl.