X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Finstall-2;h=a063fb42620b70ac5ecd8fd996af50483bee6e0c;hb=5850e27b7e9777b0dc4853a2b8af4d3e7c73849e;hp=ce63d8828c6239e08297c388cd87ef970e4e2e38;hpb=b5bfb2006502b57fab234345a2393fd04e6d55ad;p=hvlinux.git diff --git a/stage1/install-2 b/stage1/install-2 index ce63d88..a063fb4 100755 --- a/stage1/install-2 +++ b/stage1/install-2 @@ -1,5 +1,4 @@ #!/bin/bash -set -o errexit source ~/.bashrc @@ -8,24 +7,9 @@ source ../sysinfos source ../functions source ../packages-list -export LFS_PKG_DIR="$(dirname $(pwd))/packages/stage1" -export LFS_LOG_DIR=${LFS}/var/log/hvlinux-install/stage1 -export LFS_LOG_FILE=${LFS_LOG_DIR}/install.log -export LFS_TMP="${LFS}/tmp" - init_log_file # Building temporary system -export CC="${CLFS_TARGET}-gcc" -export CXX="${CLFS_TARGET}-g++" -export AR="${CLFS_TARGET}-ar" -export AS="${CLFS_TARGET}-as" -export RANLIB="${CLFS_TARGET}-ranlib" -export LD="${CLFS_TARGET}-ld" -export STRIP="${CLFS_TARGET}-strip" - -# Scripts directory -export SCRDIR=$(pwd) HOST_CC=gcc CPPFLAGS=-fexceptions \ ipkg ${GMP} "--enable-cxx" @@ -60,7 +44,7 @@ ipkg ${FINDUTILS} ipkg ${FILE_PKG} ipkg ${FLEX} ipkg ${GAWK} -ipkg ${GETTEXT} "--disable-shared" +ipkg ${GETTEXT} ipkg ${GREP} "\ --disable-perl-regexp \ --without-included-regex"