heads/modules/make
Trammell Hudson 24e54a65f6
Build GNU make-4.2 if the system make is the wrong version (issue #88).
Change all of the builds to use $(MAKE) instead of the /usr/bin/make.

Download and build GNU make-4.2 if the wrong version is installed
on the system.

Re-invoke build/make-4.2/make with the target that was passed in once
the correct make has been built.
2017-01-27 18:00:50 -05:00

14 lines
513 B
Plaintext

# This is not added to the module list since it is a special case
# of things that need to be built for the host system, instead of the
# target platform.
#modules += make
make_version := 4.2
make_dir := make-$(make_version)
make_tar := make-$(make_version).tar.bz2
make_url := http://gnu.mirror.constant.com/make/$(make_tar)
make_hash := 4e5ce3b62fe5d75ff8db92b7f6df91e476d10c3aceebf1639796dc5bfece655f
# This is built for the local machine, not the target, so it doesn't have any
# of the build instructions.