summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cygwin-filesystem.spec1
-rwxr-xr-xcygwin-scripts.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/cygwin-filesystem.spec b/cygwin-filesystem.spec
index 2b29c5f..b7d8df2 100644
--- a/cygwin-filesystem.spec
+++ b/cygwin-filesystem.spec
@@ -250,6 +250,7 @@ install -m 0644 %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/cygwin/
- Rename Toolchain-cygwin{32,64}.cmake to toolchain-cygwin{32,64}.cmake
- Add CMAKE_SYSTEM_PROCESSOR to the CMake toolchain files
- Allow verbose CMake output to be disabled
+- Don't use verbose output by default in the CMake wrapper scripts
* Thu Jun 11 2015 Yaakov Selkowitz <yselkowi@redhat.com> - 12-1
- Add cppflags, ldflags variables
diff --git a/cygwin-scripts.sh b/cygwin-scripts.sh
index 669ff6b..ef2345a 100755
--- a/cygwin-scripts.sh
+++ b/cygwin-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 "CYGWIN_CMAKE_NO_VERBOSE=1 `rpm --eval "%{$NAME}"`" '"$@"'