GNU Make
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 22 Dec 2015 20:17:18 +0000 (21:17 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 26 Dec 2015 20:13:58 +0000 (21:13 +0100)
commit53c786849197295b7c0e0249b56bb076aed94314
tree0e9bd8092ab03755d3dbba61e3308d35aa1c312a
parent97a6a903e84c3af94765d8d6c0bbfa9992e2ff1d
GNU Make

OpenWRT provides gcc but lacks make. So building foreign software is
difficult.

This patch provides GNU Make 4.1.

Built on Debian Jessie amd64.
Tested on TP-Link MR3020 (ar71xx/generic).

version 4:
remove gnumake.h from the package
We could package it in a separate make-dev package if really needed.

version 3:
use Build/InstallDev to provide build time dependency

version 2:
superfluous lines removed as suggested by Yousong Zhou

CC: Yousong Zhou <yszhou4tech@gmail.com>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
devel/make/Makefile [new file with mode: 0644]