Openwrt/tools
Mirko Vogt 43365ca662 Do not use $(V) - force AM_V=1
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 <mirko@openwrt.org>

SVN-Revision: 44684
2015-03-12 00:39:48 +00:00
..
autoconf
automake Do not use $(V) - force AM_V=1 2015-03-12 00:39:48 +00:00
b43-tools
bc
bison tools: remove static linking support 2015-02-06 00:00:43 +00:00
ccache tools: remove static linking support 2015-02-06 00:00:43 +00:00
cloog
cmake
dosfstools tools: remove static linking support 2015-02-06 00:00:43 +00:00
e2fsprogs tools: remove static linking support 2015-02-06 00:00:43 +00:00
elftosb tools: remove static linking support 2015-02-06 00:00:43 +00:00
findutils
firmware-utils brcm63xx: do not align squashfs rootfs start 2015-02-27 17:38:14 +00:00
flex tools: remove static linking support 2015-02-06 00:00:43 +00:00
flock tools: remove static linking support 2015-02-06 00:00:43 +00:00
genext2fs tools: remove static linking support 2015-02-06 00:00:43 +00:00
gengetopt
gmp
include
ipkg-utils
libelf
libtool
lzma tools: remove static linking support 2015-02-06 00:00:43 +00:00
lzma-old
m4 tools: remove static linking support 2015-02-06 00:00:43 +00:00
missing-macros
mkimage tools: remove static linking support 2015-02-06 00:00:43 +00:00
mklibs tools: remove static linking support 2015-02-06 00:00:43 +00:00
mm-macros
mpc
mpfr
mtd-utils tools: remove static linking support 2015-02-06 00:00:43 +00:00
mtools mtools: fix build errors on mac os x (#19064) 2015-02-24 06:06:12 +00:00
padjffs2 tools: remove static linking support 2015-02-06 00:00:43 +00:00
patch
patch-image tools: remove static linking support 2015-02-06 00:00:43 +00:00
patchelf tools/patchelf: fix portability issue breaking mac os x builds (#18998) 2015-02-19 10:30:39 +00:00
pkg-config tools: remove static linking support 2015-02-06 00:00:43 +00:00
ppl
qemu tools: remove static linking support 2015-02-06 00:00:43 +00:00
quilt
scons
sed tools: remove static linking support 2015-02-06 00:00:43 +00:00
sparse
squashfs tools: remove static linking support 2015-02-06 00:00:43 +00:00
squashfs4 tools: remove static linking support 2015-02-06 00:00:43 +00:00
sstrip tools: remove static linking support 2015-02-06 00:00:43 +00:00
upslug2 tools: remove static linking support 2015-02-06 00:00:43 +00:00
upx tools: remove static linking support 2015-02-06 00:00:43 +00:00
wrt350nv2-builder tools: remove static linking support 2015-02-06 00:00:43 +00:00
xfce-macros
xorg-macros
xz tools: remove static linking support 2015-02-06 00:00:43 +00:00
yaffs2 tools: remove static linking support 2015-02-06 00:00:43 +00:00
Makefile tools: add patchelf host build 2015-02-10 15:48:32 +00:00