From da2881c070e4798fb7599f4a6d480e44b22168dd Mon Sep 17 00:00:00 2001 From: Brandon Low Date: Wed, 24 Jul 2002 23:38:49 +0000 Subject: werks --- dev-lang/mono/ChangeLog | 6 +++++- dev-lang/mono/mono-0.12.ebuild | 6 ++++-- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'dev-lang') diff --git a/dev-lang/mono/ChangeLog b/dev-lang/mono/ChangeLog index 4b4fe19aa1e2..9fdbce4852b1 100644 --- a/dev-lang/mono/ChangeLog +++ b/dev-lang/mono/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for dev-lang/mono # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.2 2002/07/24 21:04:26 sunflare Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.3 2002/07/24 23:38:49 lostlogic Exp $ *mono-0.12 (24 Jul 2002) + 24 Jul 2002: Brandon Low mono-0.12.ebuild, ChangeLog: + Doesn't like parallel make, and .keep a dir that it might need (othewise why did + it create it?) + 23 Jul 2002; Phil Bordelon ChangeLog: Unmasking the ebuild. PLEASE NOTE that the build has been known to bomb on at least one machine, although it worked on all of the rest of them that we tested it on. This is very much diff --git a/dev-lang/mono/mono-0.12.ebuild b/dev-lang/mono/mono-0.12.ebuild index 93041bc50468..4b3280fe6ca4 100644 --- a/dev-lang/mono/mono-0.12.ebuild +++ b/dev-lang/mono/mono-0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-0.12.ebuild,v 1.2 2002/07/24 21:04:26 sunflare Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-0.12.ebuild,v 1.3 2002/07/24 23:38:49 lostlogic Exp $ S=${WORKDIR}/${P} DESCRIPTION="Mono runtime" @@ -19,7 +19,7 @@ src_compile() { --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info || die "./configure failed" - emake || die + MAKEOPTS="-j1" emake || die } src_install () { @@ -29,6 +29,8 @@ src_install () { infodir=${D}/usr/share/info \ install || die + touch ${D}/usr/include/${PN}/utils/.keep + dodoc AUTHORS ChangeLog COPYING.LIB NEWS README docinto docs ; dodoc docs/gc-issues docs/jit-thoughts docs/object-layout docs/unmanaged-calls \ docs/exceptions docs/jit-trampolines docs/stack-alignment -- cgit v1.2.3-65-gdbad