Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=12a9fbb4ccbcb2f92e7b551ed4d7a5bcca1aa26e

commit 12a9fbb4ccbcb2f92e7b551ed4d7a5bcca1aa26e
Author: crazy <cr...@frugalware.org>
Date:   Sat Oct 15 17:29:22 2016 +0200

dont echo stuff here it breaks up2date

diff --git a/source/include/cmake.sh b/source/include/cmake.sh
index 87f8165..4597baf 100644
--- a/source/include/cmake.sh
+++ b/source/include/cmake.sh
@@ -52,9 +52,9 @@ fi
if [ -z "$_F_cmake_use_ninja" ]; then
cmake_generator=""
cmake_builder="make"
-    echo "using make"
+    #echo "using make"
else
-    echo "using ninja"
+    #echo "using ninja"
cmake_generator=" -G Ninja "
cmake_builder="ninja"
makedepends+=('ninja')
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to