[vlc-devel] commit: configure: Make sure 'compile' calls make with 'V=1'. (Pierre d' Herbemont )

git version control git at videolan.org
Tue Aug 18 15:22:07 CEST 2009


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Tue Aug 18 15:19:54 2009 +0200| [be1b04403528d259b18d96f16dc5eaa14aca2cb1] | committer: Pierre d'Herbemont 

configure: Make sure 'compile' calls make with 'V=1'.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=be1b04403528d259b18d96f16dc5eaa14aca2cb1
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index b17256d..46ec0dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5245,7 +5245,7 @@ echo '#! /bin/sh' >compile
 echo rm -f .error\$\$ >>compile
 echo ERROR=0 >>compile
 echo export PATH=$PATH LANG=C >>compile
-echo "(make \$@ 2>&1 || touch .error\$\$)| \\" >>compile
+echo "(make V=1 \$@ 2>&1 || touch .error\$\$)| \\" >>compile
 echo '`sed -ne "s/^top_srcdir *= *//p" < Makefile`/extras/buildsystem/make.pl' >>compile
 echo test -f .error\$\$ \&\& ERROR=1 >>compile
 echo rm -f .error\$\$ >>compile




More information about the vlc-devel mailing list