Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9094c2bca124b7f37e36821466bb7a8622fc4df8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9094c2bca124b7f37e36821466bb7a8622fc4df8)
  • Date: Sun, 18 Oct 2009 16:15:20 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

devel/binutils/HISTORY | 4 ++++
devel/binutils/INSTALL | 4 +++-
2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 9094c2bca124b7f37e36821466bb7a8622fc4df8
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

binutils: fixed anomality bug about leaving old version of ld during the
multijob installation

diff --git a/devel/binutils/HISTORY b/devel/binutils/HISTORY
index decc617..2a5e2b7 100644
--- a/devel/binutils/HISTORY
+++ b/devel/binutils/HISTORY
@@ -1,3 +1,7 @@
+2009-10-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * INSTALL: fixed anomality bug about leaving old version of ld;
+ multijob install disabled
+
2009-10-17 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.20

diff --git a/devel/binutils/INSTALL b/devel/binutils/INSTALL
index 67186dc..fe69cc0 100755
--- a/devel/binutils/INSTALL
+++ b/devel/binutils/INSTALL
@@ -1 +1,3 @@
-make DESTDIR=${INSTALL_ROOT} install
+make_single &&
+make DESTDIR=${INSTALL_ROOT} install &&
+make_normal



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9094c2bca124b7f37e36821466bb7a8622fc4df8), Vlad Glagolev, 10/18/2009

Archive powered by MHonArc 2.6.24.

Top of Page