Changeset dab05ad97ee65226fc8d511b698eb1f3dac5862f
- Timestamp:
- 02/08/08 20:44:28
(5 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202499868 +0000
- git-parent:
[0bba88b3fea3912e50aaef690a419a4ee8cd5c65]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202499868 +0000
- Message:
macosx/framework: Correctly set the Input and Output files of the script target to save uneeded script execution.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r354034b |
rdab05ad |
|
| 424 | 424 | ); |
|---|
| 425 | 425 | inputPaths = ( |
|---|
| | 426 | "$(SRCROOT)/../../../extras/buildsystem/cmake/scripts/convert_vlc_to_cmake.sh", |
|---|
| 426 | 427 | ); |
|---|
| 427 | 428 | outputPaths = ( |
|---|
| … | … | |
| 430 | 431 | runOnlyForDeploymentPostprocessing = 0; |
|---|
| 431 | 432 | shellPath = /bin/sh; |
|---|
| 432 | | shellScript = "if test $ACTION = \"clean\"\nthen\n exit 0\nfi\ntop_srcdir=`pwd`/../../..\ncd $top_srcdir && ./extras/buildsystem/cmake/scripts/convert_vlc_to_cmake.sh"; |
|---|
| | 433 | shellScript = "top_srcdir=`pwd`/../../..\n\nif test $ACTION = \"clean\"\nthen\n rm -f $top_srcdir/CMakeLists.txt\n exit 0\nfi\n\ncd $top_srcdir && ./extras/buildsystem/cmake/scripts/convert_vlc_to_cmake.sh"; |
|---|
| 433 | 434 | showEnvVarsInLog = 0; |
|---|
| 434 | 435 | }; |
|---|
| … | … | |
| 472 | 473 | ); |
|---|
| 473 | 474 | outputPaths = ( |
|---|
| | 475 | $SYMROOT/vlc_build_dir/CMakeCache.txt, |
|---|
| 474 | 476 | ); |
|---|
| 475 | 477 | runOnlyForDeploymentPostprocessing = 0; |
|---|