Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (8944268f984da19e1c472b2ae49a9c6a07dbeb91)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (8944268f984da19e1c472b2ae49a9c6a07dbeb91)
  • Date: Wed, 3 Aug 2016 18:19:40 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

http/firefox/BUILD | 5 ++---
http/firefox/HISTORY | 3 +++
2 files changed, 5 insertions(+), 3 deletions(-)

New commits:
commit 8944268f984da19e1c472b2ae49a9c6a07dbeb91
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

http/firefox: made parallel build possible

diff --git a/http/firefox/BUILD b/http/firefox/BUILD
index 0a04bdd..a15b188 100755
--- a/http/firefox/BUILD
+++ b/http/firefox/BUILD
@@ -51,6 +51,5 @@ else
MAKE_TARGET=build
fi &&

-make_single &&
-make -f client.mk $MAKE_TARGET &&
-make_normal
+echo "mk_add_options MOZ_MAKE_FLAGS=\"-j${MAKE_NJOBS:-1}\"" >> .mozconfig &&
+make -f client.mk $MAKE_TARGET
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 0c4d434..645e698 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2016-08-03 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD: converted to parallel build using our settings
+
2016-08-02 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated spell to 48.0, SECURITY_PATCH++,
(MFSA-2016-[62-84])
* PRE_BUILD: removed gcc6.patch and firefox-gtk3-20.patch, introduced



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (8944268f984da19e1c472b2ae49a9c6a07dbeb91), Pavel Vinogradov, 08/03/2016

Archive powered by MHonArc 2.6.24.

Top of Page