Chapter 13 Advanced Package Topics

Table of Contents
13.1 Reducing Make Output
13.2 PACKAGE File Syntax

13.1 Reducing Make Output

If you think the output from make is too verbose to your taste, here are some means to simplify it in the increasing order of silencing power:

Notes

[1]

This would be typically used for a package that builds only executables that other packages want to use.

[2]

When building official releases the path is simply taken to be the location of the package in the release.

[3]

Circual dependencies among packages or libraries is a bad idea. Do not do it. Not only does it force you to use the depend directive, but it also stops you from using linksets. Not to say anything about the broken software architecture you need to live with.