Changeset 46cd2cb94381035b296ee65430f6eacae920896d
- Timestamp:
- 06/04/07 16:49:00
(2 years ago)
- Author:
- Felix Paul Kühne <fkuehne@videolan.org>
- git-committer:
- Felix Paul Kühne <fkuehne@videolan.org> 1175870940 +0000
- git-parent:
[58cb81ace7d1a7fecfef033972a841d35260dfb4]
- git-author:
- Felix Paul Kühne <fkuehne@videolan.org> 1175870940 +0000
- Message:
* don't export but check-out libdca from svn and limit it to rev 35, as the current r40 is broken
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rdf04055 |
r46cd2cb |
|
| 1184 | 1184 | |
|---|
| 1185 | 1185 | libdca: |
|---|
| 1186 | | $(SVN) export $(LIBDCA_SVN) libdca |
|---|
| | 1186 | $(SVN) co $(LIBDCA_SVN) -r 35 libdca |
|---|
| 1187 | 1187 | (cd $@; ./bootstrap) |
|---|
| 1188 | 1188 | |
|---|