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

commit 8c7c493de65beeb86fd1c011128cdec928ea7813
Author: crazy <cr...@frugalware.org>
Date:   Thu Oct 29 13:11:29 2015 +0100

util.sh - set make to verbose
* since a lot apps now using quiet make or some custom
* build systems , we need make V=1 for Fmake/Fmakeinstall so we can see :
1) errors/warning
2) some checks like for optimization will work again

diff --git a/source/include/util.sh b/source/include/util.sh
index 48c1bbb..6a00637 100644
--- a/source/include/util.sh
+++ b/source/include/util.sh
@@ -55,7 +55,7 @@
# DE like "XFCE;" for Xfce, "GNOME;" for Gnome, etc.
# * _F_conf_notry: Fconf will try to use prefix, mandir and similar
# parameters by default. You can disable the try of a parameter here.
-# * _F_make_opts (defaults to empty): extra make arguments used both with Fmake
+# * _F_make_opts (defaults V=1 , verbose ): extra make arguments used both 
with Fmake
# and Fmakeinstall.
###

@@ -102,7 +102,7 @@ else
Fbuildchost="`arch`-frugalware-linux"
fi
Fconfopts=""
-
+_F_make_opts="V=1"
unset LANG LC_ALL

###
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to