[vlc-devel] commit: Try compilation before interaction ( Rafaël Carré )

git version control git at videolan.org
Sun Mar 16 21:22:47 CET 2008


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sun Mar 16 21:22:30 2008 +0100| [160cf0e2f7a41040dc322162ac503fb2f7a5c170]

Try compilation before interaction

buildbots should be able to compile asa cleanly now (unless for X-compile of course)

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

 extras/contrib/src/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 9052331..1bbba08 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -2345,7 +2345,7 @@ asa: asa.git.tar.gz
 
 .asa: asa .fontconfig .pcre .iconv
 	(cd $<; ./bootstrap; $(HOSTCC) CFLAGS="$(CFLAGS) -DPCRE_STATIC" ./configure $(HOSTCONF) --prefix=$(PREFIX))
-	(cd $</lib/import; echo "Please copy a ./prepare file you built for your host into asa/lib/import"; echo "When you are finished, press enter." ; echo "If you are building natively, press enter." ; read i ; make)
+	(cd $</lib/import; make || (echo "Please copy a ./prepare file you built for your host into asa/lib/import"; echo "When you are finished, press enter." ; echo "If you are building natively, press enter." ; read i ; make) )
 	(cd $<; make && make install)
 	$(INSTALL_NAME)
 	touch $@




More information about the vlc-devel mailing list