pkg_setup – early preparation of the build with permission to write files.

Description

The method is part of main map method, performing the default build process. pkg_setup writes down all files and directories, known at early stage. It prepares temporary directory T, cleaning everything and preserving timestamp. It also may prepare toolchain wrappers, if they are in use.

Interfaces

The method calls map interfaces:
-
pkg_presetup
-
pkg_setup_extend_pre
-
prepare_clean_tmp_timestamp(3)
-
pkg_setup_extend
-
pkg_postsetup

See also

any(1), any-map(7), any-api(7)