[gnumeric] need more of the build env vars to really work



commit 23fdcc4582c2cc42ffe50bedb2a7e54130a75f52
Author: Jody Goldberg <jody gnome org>
Date:   Thu Oct 9 15:42:13 2008 -0400

    need more of the build env vars to really work
---
 tools/run-coverity |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/run-coverity b/tools/run-coverity
index 6f2cf9d..7d06c48 100755
--- a/tools/run-coverity
+++ b/tools/run-coverity
@@ -12,7 +12,7 @@ for proj in libgsf goffice gnumeric; do
     echo '------------------'
     cd  "$GNOME_DIR/$proj"
     make -k clean 
-    "$COV_DIR/bin/cov-build" --dir "$BUILD_DIR" make -k
+    "$COV_DIR/bin/cov-build" --dir "$BUILD_DIR" make -k CC=gcc
     echo '<<<<<<<<<<<<<<<<<<'
 done
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]