# make381/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. This package installs an old release of "make" (3.81). Some pack- ages may need to use this version in order to build successfully. The associated "cfg" files should add "make381" to their "setpaths" lists. #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.45 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.47 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.72 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.04 hours (or 002.43 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] license = See "license*.txt" in installed tree licfile = COPYING nls = disabled nosyslinks = yes unpack = relaxed #--------------------------------------------------------------------- [depends] bsdmake:strict #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --disable-nls \ --mandir=$MANBASE sed -e 's/config po doc /config po /g' \ -i Makefile #--------------------------------------------------------------------- [build] bsdmake && bsdmake 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 = tbd url_home = http://www.gnu.org/software/make/ url_lfs = http://www.linuxfromscratch.org/lfs/view/stable/\ chapter06/make.html url_tarball = http://ftp.gnu.org/gnu/make/make-3.81.tar.bz2 #--------------------------------------------------------------------- [history] 170505 Split "make381" off from primary "make" package 180624 Fixed a FTBFS related to "alloca"