8.3. Methods call

One may call separate methods from command line:

        any do default zlib-1.2.11 src_config
The name of method is the third argument to any do. The limitation on called methods is the absence of input arguments for a method.

One may call several methods as well:

        any do default zlib-1.2.11 src_config,src_compile

When third agrument is not assigned, by default the key method map is called. It resides in file any/corelib/map.sh and contains sequence of all methods, which are actually performing the build.

Detailed sequence of all actions, happening during the build, is listed in any-map(7).