X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpackages-update;h=ca445b284350a6ce3c0167476718996051d5354d;hb=52381fea529c921d8ae85cdc8326f97bb738dbb1;hp=7ca40cd3c22dbdea60afd9acd06b12c6749e83f1;hpb=6d3d50c17b24ef41f917f5776696eca810198092;p=hvlinux.git diff --git a/stage1/packages-update b/stage1/packages-update index 7ca40cd..ca445b2 100755 --- a/stage1/packages-update +++ b/stage1/packages-update @@ -1,24 +1,28 @@ -#!/bin/sh +#!/bin/bash -LFS_STAGE="stage1" USE_CLFS_PATCHES=1 USE_HV_PATCHES=1 # Reading system configuration informations, functions and package versions. -source ../sysinfos +source ../config/sysinfos source ../functions -source ../functions-update -source ../packages-list +source ../functions-fpkg +source ../config/packages-list update_packages_init +if [ ${#} -eq 1 -a "x${1}" = "xtest" ]; then + export TEST_INTEGRITY=1 +fi + # These packages are already downloaded for stage0: lpkg 0 ${GMP} lpkg 0 ${MPFR} +lpkg 0 ${MPC} lpkg 0 ${PPL} lpkg 0 ${CLOOG_PPL} lpkg 0 ${BINUTILS} -lpkg 0 ${GCC_CORE} +lpkg 0 ${GCC} lpkg 0 ${NCURSES} lpkg 0 ${FILE_PKG} lpkg 0 ${KERNEL} @@ -29,7 +33,7 @@ fpkg_gnu ${BASH} fpkg_gnu ${BISON} fpkg ${BZIP2} "http://www.bzip.org/$(get_pkg_ver ${BZIP2})" fpkg_gnu ${COREUTILS} -fpkg ${DIFFUTILS} "ftp://alpha.gnu.org/gnu/diffutils" +fpkg_gnu ${DIFFUTILS} fpkg_gnu ${FINDUTILS} fpkg_sf ${FLEX} fpkg_gnu ${GAWK}