heads/modules/make

15 lines
516 B
Plaintext
Raw Normal View History

# 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.1
make_dir := make-$(make_version)
make_tar := make-$(make_version).tar.bz2
2019-04-23 01:53:43 +00:00
make_url := http://gnu.mirror.constant.com/make/$(make_tar)
make_hash := d6e262bf3601b42d2b1e4ef8310029e1dcf20083c5446b4b7aa67081fdffc589
# This is built for the local machine, not the target, so it doesn't have any
# of the build instructions.