Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (c55f48d1e709004123703ca8deed169057ebae1c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (c55f48d1e709004123703ca8deed169057ebae1c)
  • Date: Sun, 13 Apr 2008 06:53:20 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

devel/mono/HISTORY | 3 +++
devel/mono/INSTALL | 2 ++
2 files changed, 5 insertions(+)

New commits:
commit c55f48d1e709004123703ca8deed169057ebae1c
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

mono: Install fails with multiple make jobs

diff --git a/devel/mono/HISTORY b/devel/mono/HISTORY
index db92f56..ad9ebf0 100644
--- a/devel/mono/HISTORY
+++ b/devel/mono/HISTORY
@@ -1,3 +1,6 @@
+2008-04-13 Eric Sandall <sandalle AT sourcemage.org>
+ * INSTALL: Fails with multiple make jobs
+
2008-03-29 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to verison 1.9. Updated SOURCE_URL

diff --git a/devel/mono/INSTALL b/devel/mono/INSTALL
index e6a7334..a078a96 100755
--- a/devel/mono/INSTALL
+++ b/devel/mono/INSTALL
@@ -1,3 +1,5 @@
+make_single &&
default_install &&
+make_normal &&

ln -sfn ${INSTALL_ROOT}/usr/lib/pkgconfig/mono-nunit.pc
${INSTALL_ROOT}/usr/lib/pkgconfig/nunit.pc



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (c55f48d1e709004123703ca8deed169057ebae1c), Eric Sandall, 04/13/2008

Archive powered by MHonArc 2.6.24.

Top of Page