aboutsummaryrefslogtreecommitdiff
path: root/devel/make
Commit message (Collapse)AuthorAge
* make: update to 4.4.1krant2024-02-04
| | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* make: update to 4.3Rosen Penev2020-05-28
| | | | | | | | Switch to gz tarball. bz2 one went away. Add PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* make: Do not use libelfRosen Penev2019-06-02
| | | | | | libelf is used under Solaris for nlist. This is not needed in OpenWrt. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* 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>