Changeset 160cf0e2f7a41040dc322162ac503fb2f7a5c170

Show
Ignore:
Timestamp:
16/03/08 21:22:30 (9 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1205698950 +0100
git-parent:

[55f3a9f1dc708d536a61a8f65c8b3c854c14e360]

git-author:
Rafaël Carré <funman@videolan.org> 1205698950 +0100
Message:

Try compilation before interaction

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/contrib/src/Makefile

    r036f56d r160cf0e  
    23462346.asa: asa .fontconfig .pcre .iconv 
    23472347    (cd $<; ./bootstrap; $(HOSTCC) CFLAGS="$(CFLAGS) -DPCRE_STATIC" ./configure $(HOSTCONF) --prefix=$(PREFIX)) 
    2348     (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
     2348    (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)
    23492349    (cd $<; make && make install) 
    23502350    $(INSTALL_NAME)