Changeset 160cf0e2f7a41040dc322162ac503fb2f7a5c170
- 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
| r036f56d |
r160cf0e |
|
| 2346 | 2346 | .asa: asa .fontconfig .pcre .iconv |
|---|
| 2347 | 2347 | (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) ) |
|---|
| 2349 | 2349 | (cd $<; make && make install) |
|---|
| 2350 | 2350 | $(INSTALL_NAME) |
|---|