# bash/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. This package is a critical component. If you rebuild it and some- # thing goes wrong, you'll probably need to use a "rescue" CD to re- # pair things. #--------------------------------------------------------------------- [buildtimes] 00.02 hours (or 001.43 minutes) - HP EliteBook 8560w 32GB RAM 00.03 hours (or 001.77 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.05 hours (or 003.12 minutes) - ThinkPad W530 i7 4x2 32GB RAM using a 32-bit kernel and 32-bit distro 00.07 hours (or 004.00 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.13 hours (or 007.92 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] dontfind = readline # Internal readline is used instead license = See "license*.txt" in installed tree licfile = COPYING makejail = yes master = glibc purge = no # This is a critical package tmpsize = 43M #--------------------------------------------------------------------- [depends] actools termcap #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-nls \ --enable-alias \ --enable-history \ --enable-largefile \ --enable-readline \ --enable-static-link \ --mandir=$MANBASE \ --without-bash-malloc #--------------------------------------------------------------------- [build] smpmake && smpmake install #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = http://packages.debian.org/unstable/source/bash url_home = http://www.gnu.org/software/bash/ url_tarball = ftp://ftp.gnu.org/gnu/bash/bash-4.4.18.tar.gz url_lfs = http://www.linuxfromscratch.org/lfs/view/stable/\ chapter05/bash.html #--------------------------------------------------------------------- [history] 170812 Updated from 3.2.48 to 4.4 171014 Updated to 4.4.12 180303 Updated to 4.4.18