Changeset fa838a3b9f1f11b54bd5da8d5def41254866d1ce
- Timestamp:
- 02/29/08 20:24:48
(4 months ago)
- Author:
- Faustino Osuna <riquedafreak@videolan.org>
- git-committer:
- Faustino Osuna <riquedafreak@videolan.org> 1204313088 +0000
- git-parent:
[45f5d65544760ed4147bfad8cda66b29da39207f]
- git-author:
- Faustino Osuna <riquedafreak@videolan.org> 1204313088 +0000
- Message:
macosx/VLCKit: Take the time to run through config.cmake even if CMakeCache.txt exists.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r762b3db |
rfa838a3 |
|
| 472 | 472 | ); |
|---|
| 473 | 473 | outputPaths = ( |
|---|
| 474 | | $SYMROOT/vlc_build_dir/CMakeCache.txt, |
|---|
| 475 | 474 | ); |
|---|
| 476 | 475 | runOnlyForDeploymentPostprocessing = 0; |
|---|
| 477 | 476 | shellPath = /bin/sh; |
|---|
| 478 | | shellScript = "if test $ACTION = \"clean\"\nthen\n\trm -Rf $SYMROOT/vlc_build_dir\n exit 0\nfi\n\ntop_srcdir=`pwd`/../../..\n\nif ! test -e $SYMROOT/vlc_build_dir/CMakeCache.txt\nthen\n\tmkdir -p $SYMROOT/vlc_build_dir\n\trm -Rf $top_srcdir/CMakeCache.txt\n\tcd $SYMROOT/vlc_build_dir && $top_srcdir/extras/contrib/bin/cmake $top_srcdir -DENABLE_NO_SYMBOL_CHECK=ON\nfi"; |
|---|
| | 477 | shellScript = "if test $ACTION = \"clean\"\nthen\n\trm -Rf $SYMROOT/vlc_build_dir\n exit 0\nfi\n\ntop_srcdir=`pwd`/../../..\n\n#if ! test -e $SYMROOT/vlc_build_dir/CMakeCache.txt\n#then\n\tmkdir -p $SYMROOT/vlc_build_dir\n\trm -Rf $top_srcdir/CMakeCache.txt\n\tcd $SYMROOT/vlc_build_dir && $top_srcdir/extras/contrib/bin/cmake $top_srcdir -DENABLE_NO_SYMBOL_CHECK=ON\n#fi"; |
|---|
| 479 | 478 | showEnvVarsInLog = 0; |
|---|
| 480 | 479 | }; |
|---|