Changeset d2bf76d06de2e272940c00561b2adfbb99f49289
- Timestamp:
- 02/04/08 13:12:15
(7 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202127135 +0000
- git-parent:
[dab8e12dee500dc68e4752313615aa4b000f41cd]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202127135 +0000
- Message:
Makefile.am: Automatically remove ./tmp in the VLC-release.app target.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rdab8e12 |
rd2bf76d |
|
| 352 | 352 | # VLC-release.app is the old VLC.app target |
|---|
| 353 | 353 | VLC-release.app: vlc |
|---|
| 354 | | ( cd src && make ) |
|---|
| | 354 | ( cd src && make install ) |
|---|
| 355 | 355 | @if test -e "$(top_builddir)/tmp"; then \ |
|---|
| 356 | | echo "Error: please remove $(top_builddir)/tmp, it is in the way"; \ |
|---|
| 357 | | false; \ |
|---|
| 358 | | else \ |
|---|
| 359 | | echo "OK."; mkdir -p "$(top_builddir)/tmp/extras/package/macosx"; \ |
|---|
| 360 | | fi |
|---|
| | 356 | rm -Rf $(top_builddir)/tmp \ |
|---|
| | 357 | fi \ |
|---|
| | 358 | mkdir -p "$(top_builddir)/tmp/extras/package/macosx"; \ |
|---|
| 361 | 359 | rm -Rf $(top_builddir)/VLC-release.app |
|---|
| 362 | 360 | cp -R $(srcdir)/extras/package/macosx/vlc.xcodeproj $(top_builddir)/tmp/extras/package/macosx/ |
|---|