diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-08-12 17:16:27 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-08-12 17:16:27 +0000 |
commit | f3e34463f2005d7069c2f75697a881acd4d00635 (patch) | |
tree | eed2857a0ab75ff1f06adf023f05e1c966ea2851 | |
parent | Re-add, this time with a huge patch on the mirror. (diff) | |
download | gentoo-2-f3e34463f2005d7069c2f75697a881acd4d00635.tar.gz gentoo-2-f3e34463f2005d7069c2f75697a881acd4d00635.tar.bz2 gentoo-2-f3e34463f2005d7069c2f75697a881acd4d00635.zip |
Test out parallel make. fmccor says it works.
(Portage version: 2.0.51.22-r2)
-rw-r--r-- | media-libs/mesa/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/mesa/mesa-6.3.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog index 75c5b11edbbe..9b544841375a 100644 --- a/media-libs/mesa/ChangeLog +++ b/media-libs/mesa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/mesa # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.21 2005/08/12 13:23:55 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.22 2005/08/12 17:16:27 spyderous Exp $ + + 12 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; mesa-6.3.1.1.ebuild: + Test out parallel make. fmccor says it works. 12 Aug 2005; Ferris McCormick <fmccor@gentoo.org> mesa-6.3.1.1.ebuild: 1. General cleanup for sparc, get rid of the ill-considered diff --git a/media-libs/mesa/mesa-6.3.1.1.ebuild b/media-libs/mesa/mesa-6.3.1.1.ebuild index b521c857dedf..6a12c17ece15 100644 --- a/media-libs/mesa/mesa-6.3.1.1.ebuild +++ b/media-libs/mesa/mesa-6.3.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.3.1.1.ebuild,v 1.12 2005/08/12 13:23:55 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.3.1.1.ebuild,v 1.13 2005/08/12 17:16:27 spyderous Exp $ inherit eutils toolchain-funcs @@ -92,7 +92,7 @@ src_unpack() { } src_compile() { - make ${CONFIG} || die "Build failed" + emake ${CONFIG} || die "Build failed" } src_install() { |