summaryrefslogtreecommitdiffstats
path: root/cygwin-scripts.sh
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2015-06-10 21:25:17 -0500
committerYaakov Selkowitz <yselkowi@redhat.com>2015-06-10 22:01:33 -0500
commit2f10a21419b83fd2c221e933ee4e8d7897beb053 (patch)
tree9b790ae596f896e409a21b7ab9c9cf46c5e52c3f /cygwin-scripts.sh
parentaf230e66f7225664168720b82df095d22779a300 (diff)
downloadcygwin-filesystem-2f10a21419b83fd2c221e933ee4e8d7897beb053.tar.gz
cygwin-filesystem-2f10a21419b83fd2c221e933ee4e8d7897beb053.tar.xz
cygwin-filesystem-2f10a21419b83fd2c221e933ee4e8d7897beb053.zip
Don't use verbose output by default in the CMake wrapper scripts
Based on mingw-filesystem commit f185f589850ad3056f8bb7ea85de812891f5e91e.
Diffstat (limited to 'cygwin-scripts.sh')
-rwxr-xr-xcygwin-scripts.sh2
1 files changed, 1 insertions, 1 deletions
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}"`" '"$@"'