aboutsummaryrefslogtreecommitdiffstats
path: root/tools/automake/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* add PKG_CPE_ID ids to package and toolsAlexander Couzens2017-11-171-0/+1
| | | | | | | | | | | CPE ids helps to tracks CVE in packages. https://cpe.mitre.org/specification/ Thanks to swalker for CPE to package mapping and keep tracking CVEs. Acked-by: Jo-Philipp Wich <jo@mein.io> Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* automake: Update to version 1.15.1Thomas Langer2017-07-041-3/+3
| | | | | | | The new version includes the fix for new perl versions, so remove the related patch. Signed-off-by: Thomas Langer <thomas.langer.71@gmail.com>
* 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>
* automake: portability fixesJo-Philipp Wich2015-03-241-1/+3
| | | | | | | | | | | | | The rework of the host tools discovery caused automake to embed absolute paths to staging_dir/host/bin/perl into the shebang of the generated automake executables. Switch to the portable "/usr/bin/env perl" and enable global warnings through "$^W" instead of the "-w" interpreter argument. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44972
* disable silent-rules by defaultMirko Vogt2015-03-121-1/+4
| | | | | | | | | | | | OpenWrt hides verbose output by default, regardless of automake silent-rules being en-/disabled. If we enable verbose output for package builds (V=s) however, we'd like to see as most as possible. Signed-off-by: Mirko Vogt <mirko@openwrt.org> SVN-Revision: 44685
* tools: bootstrap automake to pickup the correct in-tree autoconfJo-Philipp Wich2015-01-131-0/+5
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43958
* tools: automake: update to v1.15Jo-Philipp Wich2015-01-091-3/+7
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43895
* automake: update to 1.11.6Luka Perkov2013-12-171-4/+4
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39108
* automake: update to 1.11.3Florian Fainelli2012-04-021-3/+3
| | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31173
* automake: forcibly disable perl ithreads support The SDK when build on a ↵Jo-Philipp Wich2012-02-011-1/+2
| | | | | | machine with perl ithreads enabled will fail to run on many Gentoo systems because perl is usually built without thread capability there. In order to circumvent this issue forcibly disable the ithreads support, tested on CentOS 5.6, Ubuntu 10.04 LTS and Gentoo. SVN-Revision: 29979
* automake: generate relative aclocal symlinks in staging_dirJo-Philipp Wich2012-01-281-4/+4
| | | | SVN-Revision: 29929
* tools: clean up Makefiles / make ccache workJohn Crispin2012-01-151-9/+1
| | | | SVN-Revision: 29754
* automake: use symlinks instead of hardlinks to link aclocal versionsJo-Philipp Wich2010-12-101-4/+4
| | | | SVN-Revision: 24425
* tools/automake: add symbolic links upto version 1.11.1Alexandros C. Couloumbis2010-12-061-0/+2
| | | | SVN-Revision: 24287
* tools/automake: update to version 1.11.1Alexandros C. Couloumbis2010-12-061-2/+2
| | | | SVN-Revision: 24278
* update automake to 1.10, fixes #6022Florian Fainelli2009-11-241-2/+3
| | | | SVN-Revision: 18527
* clean up / fix various Host/Clean templates in tools/Felix Fietkau2009-05-081-2/+1
| | | | SVN-Revision: 15714
* build system refactoring in preparation for allowing packages to do ↵Felix Fietkau2009-02-221-10/+10
| | | | | | host-build steps SVN-Revision: 14610
* Add wrapper around aclocal which also search in the targets staging dir ↵Lars-Peter Clausen2008-10-081-1/+4
| | | | | | aclocal folder for m4 files. SVN-Revision: 12929
* add automake to tools/Felix Fietkau2007-12-251-0/+38
SVN-Revision: 9901