aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gengetopt/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* tools/gengetopt: override SUBDIRS variable with MakefileMichael Pratt2023-05-041-1/+5
| | | | | | | | | | | | | | Instead of editing the SUBDIRS variable with a patch, it can be overriden at the end of the command line when invoking Make. This tool has a series of recursive Makefiles in each subdirectory, therefore SUBDIRS is set to a pattern of Make functions so that the result is variable depending on the current subdirectory that Make is being invoked in. By eliminating the patch, autoreconf is no longer required. Signed-off-by: Michael Pratt <mcpratt@pm.me>
* tools/gengetopt: Update to 2.23Daniel Engberg2019-07-081-5/+5
| | | | | | | | | Update gengetopt to 2.23 Remove 100-dependency_fix.patch, fixed upstream Rework no tests and docs patch Fix typo in copyright section Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* treewide: clean up download hashesFelix Fietkau2016-12-161-1/+1
| | | | | | Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256 Signed-off-by: Felix Fietkau <nbd@nbd.name>
* gengetopt: fix parallel build issues (#18442)Felix Fietkau2014-11-301-0/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43440
* add gengetoptImre Kaloz2014-11-301-0/+28
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 43437