updated FUNCTION_LIST

This commit is contained in:
Pierre Labastie 2012-03-09 17:06:11 +00:00
parent 6cf9d46b73
commit b9b4e313cd

View file

@ -6,32 +6,15 @@ I felt the need for documenting it when trying to add package management.
Functions are listed in alphabetical order, with a short description and the Functions are listed in alphabetical order, with a short description and the
file where they are defined. file where they are defined.
-----------------------------------------------------------------------------
add_blfs_deps_urls():
From common/libs/func_blfs_deps.
Description: Since the URLS and MD5 of BLFS dependencies are hardcoded,
there is no easy way to extrat them. So this function adds them at the
end of `urls.lst'.
Called by: create_urls
-------------------------------------------------------------------------- --------------------------------------------------------------------------
copy_blfs_deps_scripts(): install_blfs_tools():
From common/libs/func_blfs_deps. From common/libs/func_install_blfs.
Description: Copies the scriptlets from `blfs-tools-deps' to the Description: Copy the needed files to `BLFS_ROOT'. Initialize
subdirectory `blfs-tools-deps' in `${PROGNAME}-commands'. Must the package tracking. Generates a `configuration' file from
be called from `$JHALFSDIR' where `$COMMON/blfs-tools-deps' should have the tool dependencies settings, and use it to generate
been copied first. Removes `$JHALFSDIR/blfs-tools-deps' at the end. scriptlets from the blfs book. Uses those scriptlets to download the
Called by: extract_commands needed tarballs. Then generates a Makefile for building the dependencies.
-------------------------------------------------------------------------- Called by: jhalfs
wrt_blfs_tool_targets():
From common/libs/func_blfs_deps.
Description: Writes Makefile entries for BLFS tools dependencies.
should be called from the `${PROGNAME}-commands' directory and
with `$MKFILE' set.
TODO: Notice that tidy, unzip, lynx and docbook versions are hardcoded there.
TODO: This function does not implement the mechanism described in
`README.CUSTOM' for the `ddd-d-scriptlet' naming scheme.
Called by: build_Makefiles (from master.sh)
Uses: makefile helper functions to write in makefile.
-------------------------------------------------------------------------- --------------------------------------------------------------------------
get_sources(): get_sources():
From common/libs/func_download_pkgs. From common/libs/func_download_pkgs.