History log of /openwrt/tools/automake/Makefile
Revision Date Author Comments
# 67b5aaaf 24-Mar-2015 Jo-Philipp Wich <jow@openwrt.org>

automake: portability fixes

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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44972 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 48b6568a 11-Mar-2015 Mirko Vogt <mirko@openwrt.org>

disable silent-rules by default

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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44685 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 5aa01e24 13-Jan-2015 Jo-Philipp Wich <jow@openwrt.org>

tools: bootstrap automake to pickup the correct in-tree autoconf

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43958 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 30fc9fdf 09-Jan-2015 Jo-Philipp Wich <jow@openwrt.org>

tools: automake: update to v1.15

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43895 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 7e893084 16-Dec-2013 Luka Perkov <luka@openwrt.org>

[tools] automake: update to 1.11.6

Signed-off-by: Luka Perkov <luka@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39108 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 89402917 02-Apr-2012 Florian Fainelli <florian@openwrt.org>

[tools] automake: update to 1.11.3

Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31173 3c298f89-4303-0410-b956-a3cf2f4a3e73


# df061331 01-Feb-2012 Jo-Philipp Wich <jow@openwrt.org>

[tools] automake: forcibly disable perl ithreads support
The SDK when build on a 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.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29979 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 42b6794e 27-Jan-2012 Jo-Philipp Wich <jow@openwrt.org>

[tools] automake: generate relative aclocal symlinks in staging_dir

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29929 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 1e0b48fa 15-Jan-2012 John Crispin <blogic@openwrt.org>

tools: clean up Makefiles / make ccache work

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29754 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 1998779b 10-Dec-2010 Jo-Philipp Wich <jow@openwrt.org>

[tools] automake: use symlinks instead of hardlinks to link aclocal versions


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24425 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 9bd6dcb9 06-Dec-2010 Alexandros C. Couloumbis <alex@ozo.com>

tools/automake: add symbolic links upto version 1.11.1


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24287 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 23c1a14e 05-Dec-2010 Alexandros C. Couloumbis <alex@ozo.com>

tools/automake: update to version 1.11.1


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24278 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 73f764c5 24-Nov-2009 Florian Fainelli <florian@openwrt.org>

[tools] update automake to 1.10, fixes #6022

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18527 3c298f89-4303-0410-b956-a3cf2f4a3e73


# b3745369 08-May-2009 Felix Fietkau <nbd@openwrt.org>

clean up / fix various Host/Clean templates in tools/

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15714 3c298f89-4303-0410-b956-a3cf2f4a3e73


# b892e1fb 21-Feb-2009 Felix Fietkau <nbd@openwrt.org>

build system refactoring in preparation for allowing packages to do host-build steps

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14610 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 5bcefcc4 08-Oct-2008 Lars-Peter Clausen <lars@metafoo.de>

Add wrapper around aclocal which also search in the targets staging dir aclocal
folder for m4 files.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12929 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 294dc8b1 24-Dec-2007 Felix Fietkau <nbd@openwrt.org>

add automake to tools/


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9901 3c298f89-4303-0410-b956-a3cf2f4a3e73