[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9094c2bca124b7f37e36821466bb7a8622fc4df8)
Vlad Glagolev
scm at sourcemage.org
Sun Oct 18 17:15:20 EDT 2009
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
More information about the SM-Commit
mailing list