<feed xmlns='http://www.w3.org/2005/Atom'>
<title>svn-archive/archive/tools/automake/patches, branch master</title>
<subtitle>OpenWrt SVN history</subtitle>
<id>https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/'/>
<updated>2015-03-24T13:13:01Z</updated>
<entry>
<title>automake: portability fixes</title>
<updated>2015-03-24T13:13:01Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2015-03-24T13:13:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=1fe4ea5da3e39665368fb43a5439c6955024755b'/>
<id>urn:sha1:1fe4ea5da3e39665368fb43a5439c6955024755b</id>
<content type='text'>
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 &lt;jow@openwrt.org&gt;

SVN-Revision: 44972
</content>
</entry>
<entry>
<title>Do not use $(V) - force AM_V=1</title>
<updated>2015-03-12T00:39:48Z</updated>
<author>
<name>Mirko Vogt</name>
</author>
<published>2015-03-12T00:39:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=ad11341e9ea9deee134fab91dd1a006c8554f7ad'/>
<id>urn:sha1:ad11341e9ea9deee134fab91dd1a006c8554f7ad</id>
<content type='text'>
Projects using silent-rules might otherwise fail to compile.

This is due to the following resulting Makefile code:

AM_V_P = $(am__v_P_$(V))
am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
am__v_P_0 = false
am__v_P_1 = :

Automake directly uses $(V) for variable name expansion
which fails if $(V) is set to sth. else other than '0' or '1'.

This patch forces automake to not take $(V) into account
but to always use the default config for verbosity.

A better approach would be to actually take $(V) into account,
however not just pass it through (AM_V='$(V)') but
set AM_V to 0 if $V=0 / unset and to 1 otherwise.

This plan however is foiled due to my frustration about
automake as well as my lack of m4 skills.

automake bug report: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20077

Signed-off-by: Mirko Vogt &lt;mirko@openwrt.org&gt;

SVN-Revision: 44684
</content>
</entry>
<entry>
<title>tools: automake: update to v1.15</title>
<updated>2015-01-09T14:51:23Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2015-01-09T14:51:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=89b433198441d1fce24540491a981333347a527c'/>
<id>urn:sha1:89b433198441d1fce24540491a981333347a527c</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 43895
</content>
</entry>
<entry>
<title>[tools] automake: update to 1.11.6</title>
<updated>2013-12-17T02:47:13Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2013-12-17T02:47:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=669beaa9e97042ec4c3f9a10e649520b44a8a939'/>
<id>urn:sha1:669beaa9e97042ec4c3f9a10e649520b44a8a939</id>
<content type='text'>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 39108
</content>
</entry>
<entry>
<title>[tools] fixes python related autokrampf install bug</title>
<updated>2012-06-07T14:57:08Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2012-06-07T14:57:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=b5ed6ec6399bb09e263588ea467eff18c3950418'/>
<id>urn:sha1:b5ed6ec6399bb09e263588ea467eff18c3950418</id>
<content type='text'>
this commit fixes a compile bug triggered by pygobject

SVN-Revision: 32109
</content>
</entry>
<entry>
<title>[tools] automake: update to 1.11.3</title>
<updated>2012-04-02T16:25:28Z</updated>
<author>
<name>Florian Fainelli</name>
</author>
<published>2012-04-02T16:25:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=1c3c6a7ea49a2970464f458dad6da6858ddd8855'/>
<id>urn:sha1:1c3c6a7ea49a2970464f458dad6da6858ddd8855</id>
<content type='text'>
Signed-off-by: Luka Perkov &lt;openwrt@lukaperkov.net&gt;

SVN-Revision: 31173
</content>
</entry>
<entry>
<title>[tools] automake: further relocation fixes</title>
<updated>2012-01-20T15:19:22Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-01-20T15:19:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=f0b4ac7147bf3c4062ee133416aa45ac2251abc6'/>
<id>urn:sha1:f0b4ac7147bf3c4062ee133416aa45ac2251abc6</id>
<content type='text'>
SVN-Revision: 29828
</content>
</entry>
<entry>
<title>[tools] automake: make relocatable by searching resources relative to STAGING_DIR</title>
<updated>2012-01-20T02:55:55Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-01-20T02:55:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=3ccdf003495bddb979edd8f4716c70b8a62c4910'/>
<id>urn:sha1:3ccdf003495bddb979edd8f4716c70b8a62c4910</id>
<content type='text'>
SVN-Revision: 29820
</content>
</entry>
<entry>
<title>[tools] automake: rework patch; only skip when the directories does not exist, this preserves error cases like missing access permissions</title>
<updated>2010-12-10T16:10:07Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2010-12-10T16:10:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=1f5924ca27247c3a37ca7ac5977dde8a3ad820f8'/>
<id>urn:sha1:1f5924ca27247c3a37ca7ac5977dde8a3ad820f8</id>
<content type='text'>
SVN-Revision: 24427
</content>
</entry>
<entry>
<title>[tools] automake: skip over not existing m4 macro directories, don't fail</title>
<updated>2010-12-10T16:01:33Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2010-12-10T16:01:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=062bec2350186e4babd51bdbe80619558d3a684b'/>
<id>urn:sha1:062bec2350186e4babd51bdbe80619558d3a684b</id>
<content type='text'>
SVN-Revision: 24424
</content>
</entry>
</feed>
