Changeset 09ec56bdaa8ad8a8cd0305f6d390b6f9347ac722
- Timestamp:
- 02/04/08 13:44:03
(5 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1202129043 +0000
- git-parent:
[b2ad2911599c320f83b0e5cdead28f40a22955d7]
- git-author:
- Rafaël Carré <funman@videolan.org> 1202129043 +0000
- Message:
make.pl isn't autotools specific
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2e888fd |
r09ec56b |
|
| 6205 | 6205 | |
|---|
| 6206 | 6206 | echo "PATH=$PATH LANG=C make \$@ 2>&1| \\" >> compile |
|---|
| 6207 | | echo '`sed -ne "s/^top_srcdir *= *//p" < Makefile`/extras/buildsystem/autotools/make.pl' >> compile |
|---|
| | 6207 | echo '`sed -ne "s/^top_srcdir *= *//p" < Makefile`/extras/buildsystem/make.pl' >> compile |
|---|
| 6208 | 6208 | chmod a+x compile |
|---|
| 6209 | 6209 | |
|---|