diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2008-03-21 22:02:05 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2008-03-21 22:02:05 +0000 |
commit | 266f46fcc1fad21dbc602d2ba6e563decaec2b7a (patch) | |
tree | 858ade719619bcfff1acce9f47403fc1dc6a497b /sys-boot | |
parent | Stable on amd64 per bug #214174, tested with HP iLO by kingtaco. (diff) | |
download | gentoo-2-266f46fcc1fad21dbc602d2ba6e563decaec2b7a.tar.gz gentoo-2-266f46fcc1fad21dbc602d2ba6e563decaec2b7a.tar.bz2 gentoo-2-266f46fcc1fad21dbc602d2ba6e563decaec2b7a.zip |
fails to build with two threads
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/grub/grub-1.96.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog index 773faa758494..61bb08070faf 100644 --- a/sys-boot/grub/ChangeLog +++ b/sys-boot/grub/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/grub # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.80 2008/03/09 23:13:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.81 2008/03/21 22:02:05 genstef Exp $ + + 21 Mar 2008; Stefan Schweizer <genstef@gentoo.org> grub-1.96.ebuild: + fails to build with two threads 09 Mar 2008; Mike Frysinger <vapier@gentoo.org> grub-0.97-r4.ebuild: Clean up the /boot update code a bit and generate the "default" file by diff --git a/sys-boot/grub/grub-1.96.ebuild b/sys-boot/grub/grub-1.96.ebuild index a46e84e413b2..b64da5e2716d 100644 --- a/sys-boot/grub/grub-1.96.ebuild +++ b/sys-boot/grub/grub-1.96.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.96.ebuild,v 1.1 2008/02/16 22:05:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.96.ebuild,v 1.2 2008/03/21 22:02:05 genstef Exp $ inherit mount-boot eutils flag-o-matic toolchain-funcs @@ -27,7 +27,7 @@ src_compile() { --prefix=/ \ --datadir=/usr/lib \ || die "econf failed" - emake || die "making regular stuff" + emake -j1 || die "making regular stuff" } src_install() { |