Gentoo Archives: gentoo-dev

From: Peter Volkov <pva@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] New eclass: go-mono.eclass
Date: Sat, 17 Jan 2009 13:32:16
Message-Id: 1232199091.28710.36.camel@localhost
In Reply to: [gentoo-dev] New eclass: go-mono.eclass by Peter Alfredsen
1 Hi Peter.
2
3 > NO_MONO_DEPEND=(
4 > "dev-lang/mono"
5 > "dev-dotnet/libgdiplus"
6 > "dev-dotnet/gluezilla"
7 > )
8
9 Just curious. What are the reasons to use array here?
10
11 > go-mono_src_install () {
12 > emake -j1 DESTDIR="${D}" install || die "install failed"
13
14 Is parallel make broken everywhere? :O This is real pain since smp
15 systems became much more common these days.
16
17 --
18 Peter.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] New eclass: go-mono.eclass Peter Alfredsen <loki_val@g.o>