Developer's Topics
Chapter 12, Custom Distribution Mastering Toolkit
EXPORT and UNEXPORT phases
EXPORT and UNEXPORT phases
During the EXPORT phase,
the ccs exports all remaining public interfaces
to the public space.
- pre step
-
ccs PRE_EXPORT keyword list package list
- system step
-
The file name space is exported to directories external
to the SSO.
- post step
-
ccs POST_EXPORT keyword list package list
During the UNEXPORT phase,
the ccs removes files that were exported
in the EXPORT phase.
- pre step
-
ccs PRE_UNEXPORT keyword list package list
- system step
-
The exported filenames are removed.
No changes are made to either the /opt or /var/opt
areas of the SSO.
- post step
-
ccs POST_UNEXPORT keyword list package list