Changeset e576789 for FUNCTION_LIST


Ignore:
Timestamp:
10/29/2013 03:42:03 PM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
5795ad7
Parents:
2e64c47
Message:

Merge ablfs branch. Normally, jhalfs should not perform differently
for building LFS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • FUNCTION_LIST

    r2e64c47 re576789  
    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():
     
    280263Description:
    281264--------------------------------------------------------------------------
    282 extras/farce:                   emessage "internal error in failure() for TYPE $TYPE"
    283265function fatal():
    284266From extras/farce.
     
    353335Description:
    354336--------------------------------------------------------------------------
    355 jhalfs:  # Tidy and Unzip version are harcoded also in wrt_blfs_tool_targets()
    356 jhalfs:  # Create $BUILDDIR/sources even though it could be created by get_sources()
    357337chapter4_Makefiles():
    358338From LFS/master.sh.
Note: See TracChangeset for help on using the changeset viewer.