]> git.sesse.net Git - vlc/commitdiff
macosx/framework: Don't cache configure output.
authorPierre d'Herbemont <pdherbemont@free.fr>
Mon, 24 Aug 2009 10:59:09 +0000 (12:59 +0200)
committerPierre d'Herbemont <pdherbemont@free.fr>
Mon, 24 Aug 2009 15:35:59 +0000 (17:35 +0200)
This does not properly account check changes, so this is usual that this breaks.

projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj

index 7997498966f2d4cce67c3a395211a012db86bab1..9e3315516510e49455c7dac75749807be7b0ccc8 100644 (file)
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                        shellPath = /bin/sh;
-                       shellScript = "if test $ACTION = \"clean\"\nthen\n\trm -Rf $SYMROOT/vlc_build_dir\n     exit 0\nfi\n\ntop_srcdir=`pwd`/../../..\n\nmkdir -p $SYMROOT/vlc_build_dir\ncd $SYMROOT/vlc_build_dir && $top_srcdir/configure --disable-nls --enable-debug --with-macosx-sdk=$SDKROOT -C\n";
+                       shellScript = "if test $ACTION = \"clean\"\nthen\n\trm -Rf $SYMROOT/vlc_build_dir\n     exit 0\nfi\n\ntop_srcdir=`pwd`/../../..\n\nmkdir -p $SYMROOT/vlc_build_dir\ncd $SYMROOT/vlc_build_dir && $top_srcdir/configure --disable-nls --enable-debug --with-macosx-sdk=$SDKROOT\n";
                        showEnvVarsInLog = 0;
                };
                EF78BD2E0CAEEF9500354E6E /* ShellScript */ = {