aboutsummaryrefslogtreecommitdiff
path: root/devel/make
Commit message (Collapse)AuthorAge
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* make switch to bz2 tarballdiizzyy2016-10-01
| | | | | Switch to bz2 tarball Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* devel/make: GNU Make 4.2.1Heinrich Schuchardt2016-06-13
| | | | | | The release contains a bunch of bug fixes. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* devel/make: GNU Make 4.2Heinrich Schuchardt2016-05-23
| | | | | | The release contains a bunch of bug fixes. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* GNU MakeHeinrich Schuchardt2015-12-26
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>