Changeset b9b4e31


Ignore:
Timestamp:
03/09/2012 05:06:11 PM (12 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
81cd513
Parents:
6cf9d46
Message:

updated FUNCTION_LIST

File:
1 edited

Legend:

Unmodified
Added
Removed
  • FUNCTION_LIST

    r6cf9d46 rb9b4e31  
    77file where they are defined.
    88
    9 -----------------------------------------------------------------------------
    10 add_blfs_deps_urls():
    11 From common/libs/func_blfs_deps.
    12 Description:  Since the URLS and MD5 of BLFS dependencies are hardcoded,
    13 there is no easy way to extrat them. So this function adds them at the
    14 end of `urls.lst'.
    15 Called by: create_urls
    16 --------------------------------------------------------------------------
    17 copy_blfs_deps_scripts():
    18 From common/libs/func_blfs_deps.
    19 Description:  Copies the scriptlets from `blfs-tools-deps' to the
    20 subdirectory `blfs-tools-deps' in `${PROGNAME}-commands'. Must
    21 be called from `$JHALFSDIR' where `$COMMON/blfs-tools-deps' should have
    22 been copied first. Removes `$JHALFSDIR/blfs-tools-deps' at the end.
    23 Called by: extract_commands
    24 --------------------------------------------------------------------------
    25 wrt_blfs_tool_targets():
    26 From common/libs/func_blfs_deps.
    27 Description: Writes Makefile entries for BLFS tools dependencies.
    28 should be called from the `${PROGNAME}-commands' directory and
    29 with `$MKFILE' set.
    30 TODO: Notice that tidy, unzip, lynx and docbook versions are hardcoded there.
    31 TODO: This function does not implement the mechanism described in
    32 `README.CUSTOM' for the `ddd-d-scriptlet' naming scheme.
    33 Called by: build_Makefiles (from master.sh)
    34 Uses: makefile helper functions to write in makefile.
     9--------------------------------------------------------------------------
     10install_blfs_tools():
     11From common/libs/func_install_blfs.
     12Description: Copy the needed files to `BLFS_ROOT'. Initialize
     13the package tracking. Generates a `configuration' file from
     14the tool dependencies settings, and use it to generate
     15scriptlets from the blfs book. Uses those scriptlets to download the
     16needed tarballs. Then generates a Makefile for building the dependencies.
     17Called by: jhalfs
    3518--------------------------------------------------------------------------
    3619get_sources():
Note: See TracChangeset for help on using the changeset viewer.