# make/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. Warning: This package rebuilds critical component(s). If the # "build" process is interrupted (or fails for any reason), you may # need to make repairs using a LiveCD. #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.53 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.55 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.70 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 = GNU General Public License, version 2 (June 1991) master = yes nls = disabled purge = no # This is a critical package #--------------------------------------------------------------------- [depends] bsdmake:strict #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE #ifdef NOTDEF # sed -e 's/ po / /g' -i Makefile.in # sed -e 's/^\(pds_AC_DOS_PATHS\)/#\1/' -i configure.ac # rm -fr autoconf ltmain.sh # aclocal -I . # autoheader # libtoolize --automake --copy # automake --add-missing --copy # autoconf #endif bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --disable-nls \ --mandir=$MANBASE \ --without-guile rm -fr doc po mkdir doc po for dir in doc po do cat > $dir/Makefile << END default: all: install: END done touch doc/make.1 #--------------------------------------------------------------------- [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 = unknown 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-4.3.tar.gz #--------------------------------------------------------------------- [history] 170505 Updated from 3.8.2 to 4.2.1 180624 Fixed multiple FTBFS issues 210516 Updated to 4.3