Changeset 2507cf7 for common


Ignore:
Timestamp:
03/08/2012 05:42:55 PM (13 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
9a865396
Parents:
34986b8
Message:

Major change for the inclusion of blfs-tool dependencies:

  • build them before custom tools
  • use instructions in the BLFS book instead of harcoded ones
  • use the dependency tracker of the tool itself (kind of bootstrap)
Location:
common
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    r34986b8 r2507cf7  
    107107
    108108
    109 [[ $VERBOSITY2 > 0 ]] && echo -n "Loading <func_blfs_deps>..."
    110 source $COMMON_DIR/libs/func_blfs_deps
    111 [[ $? > 0 ]] && echo "file libs/func_blfs_deps did not load.." && exit 1
    112 [[ $VERBOSITY2 > 0 ]] && echo "OK"
    113 
    114109[[ $VERBOSITY2 > 0 ]] && echo -n "    ..."
  • common/libs/func_book_parser

    r34986b8 r2507cf7  
    156156  esac
    157157
    158   [[ "${BLFS_TOOL}" = "y" ]] && copy_blfs_deps_scripts
    159 
    160158  echo "done"
    161159
  • common/libs/func_download_pkgs

    r34986b8 r2507cf7  
    198198  cd $BUILDDIR/sources
    199199
    200   if [[ "${BLFS_TOOL}" = "y" ]]; then
    201     add_blfs_deps_urls
    202   fi
    203 
    204200  if [[ "${CUSTOM_TOOLS}" = "y" ]]; then
    205201    add_CustomToolsURLS
  • common/libs/func_validate_configs.sh

    r34986b8 r2507cf7  
    5858  # Additional variables (add DEP_DBXSL when required again)
    5959  local -r blfs_tool_PARAM_LIST="BLFS_BRANCH_ID BLFS_ROOT BLFS_XML TRACKING_DIR \
    60                                  DEP_LIBXML DEP_LIBXSLT DEP_TIDY DEP_UNZIP \
     60                                 DEP_LIBXML DEP_LIBXSLT DEP_TIDY \
    6161                                 DEP_DBXML DEP_LYNX DEP_SUDO DEP_WGET \
    6262                                 DEP_SVN DEP_GPM"
Note: See TracChangeset for help on using the changeset viewer.