epienbro pushed to mingw-filesystem (f21). "Don't use verbose output by default in the CMake wrapper scripts"

notifications at fedoraproject.org notifications at fedoraproject.org
Sat Apr 11 18:52:30 UTC 2015


>From f185f589850ad3056f8bb7ea85de812891f5e91e Mon Sep 17 00:00:00 2001
From: Erik van Pienbroek <epienbro at fedoraproject.org>
Date: Fri, 10 Apr 2015 20:48:34 +0200
Subject: Don't use verbose output by default in the CMake wrapper scripts


diff --git a/mingw-filesystem.spec b/mingw-filesystem.spec
index c752d93..cbba17d 100644
--- a/mingw-filesystem.spec
+++ b/mingw-filesystem.spec
@@ -322,6 +322,8 @@ install -m 0644 %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/mingw/
   * Removed the rpath references as mingw doesn't support rpath
   * Allow verbose CMake output to be disabled by setting the
     environment variable MINGW_CMAKE_NO_VERBOSE (RHBZ #987644)
+  * When calling the mingw32-cmake and mingw64-cmake wrapper
+    scripts don't use verbose CMake output by default
 
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org>
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
diff --git a/mingw-scripts.sh b/mingw-scripts.sh
index 53bd44d..a748fcf 100755
--- a/mingw-scripts.sh
+++ b/mingw-scripts.sh
@@ -33,4 +33,4 @@ fi
 # NOTE: The use of 'eval' in combination with '$@' is a potential security risk
 #       We should find a more safe replacement for this command
 #       Suggestions are welcome at the Fedora MinGW mailing list
-eval "`rpm --eval "%{$NAME}"`" '"$@"'
+eval "MINGW_CMAKE_NO_VERBOSE=1 `rpm --eval "%{$NAME}"`" '"$@"'
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/mingw-filesystem.git/commit/?h=f21&id=f185f589850ad3056f8bb7ea85de812891f5e91e


More information about the scm-commits mailing list