pkg_pretend – read-only early check of the build.

Description

The method is part of main map method, performing the default build process. The purpose of pkg_pretend is to check the overall status of current build. If build file sets up conditions to skip or fail, the method takes them into the case and interrupts the further process with appropriate diagnostics. The restriction on the method is no file writing is allowed, as method may be executed in various demanding contexts.

Interfaces

The method calls map interfaces:
-
pkg_pretend_extend_pre
-
keywords_check(3)
-
status_check(3)
-
pkg_pretend_extend
-
pkg_postpretend

See also

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