X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpackages-update;h=9702fcf2ddf488c9a5016b271ab91b7ed02a64a1;hb=62de7a9c5ba85f600dc8991c616b490de1e58cc9;hp=7ca40cd3c22dbdea60afd9acd06b12c6749e83f1;hpb=6d3d50c17b24ef41f917f5776696eca810198092;p=hvlinux.git diff --git a/stage1/packages-update b/stage1/packages-update index 7ca40cd..9702fcf 100755 --- a/stage1/packages-update +++ b/stage1/packages-update @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash LFS_STAGE="stage1" USE_CLFS_PATCHES=1 @@ -12,13 +12,17 @@ source ../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 ${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}