themactep.com

A home of miscellaneous projects by Paul Philippov.

Notes

How to install make 4.3 with bugfixes

sudo apt install build-essential autoconf automake gettext autopoint pkg-config texinfo make
git clone https://git.savannah.gnu.org/git/make.git
cd make
./bootstrap
./configure
make
make check
sudo make install