diff options
-rw-r--r-- | sys-fs/submount/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/submount/submount-0.9-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-fs/submount/ChangeLog b/sys-fs/submount/ChangeLog index 1c06a3d4e51f..7348ce797a60 100644 --- a/sys-fs/submount/ChangeLog +++ b/sys-fs/submount/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/submount # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/submount/ChangeLog,v 1.16 2005/03/28 11:48:13 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/submount/ChangeLog,v 1.17 2005/03/28 15:11:02 genstef Exp $ + + 28 Mar 2005; Stefan Schweizer <genstef@gentoo.org> submount-0.9-r2.ebuild: + Fix 2.4 kernel compile: BUILD_TARGETS="default" -> BUILD_TARGETS=" " thanks + to Emilio <emilio@pink-panther-marburg.de> in bug 86650 28 Mar 2005; Stefan Schweizer <genstef@gentoo.org> submount-0.9-r2.ebuild: Resolve bug 86650 by setting S in every ebuild stage, also change KV_DIR to diff --git a/sys-fs/submount/submount-0.9-r2.ebuild b/sys-fs/submount/submount-0.9-r2.ebuild index 913b228310db..5ae236c2141a 100644 --- a/sys-fs/submount/submount-0.9-r2.ebuild +++ b/sys-fs/submount/submount-0.9-r2.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/sys-fs/submount/submount-0.9-r2.ebuild,v 1.4 2005/03/28 11:48:13 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/submount/submount-0.9-r2.ebuild,v 1.5 2005/03/28 15:11:02 genstef Exp $ inherit linux-mod @@ -29,7 +29,7 @@ pkg_setup() { S="${WORKDIR}/${MY_P}" MODULE_NAMES="subfs(fs:${S}/subfs-${MY_PV})" BUILD_PARAMS="KDIR=${KV_OUT_DIR}" - BUILD_TARGETS="default" + BUILD_TARGETS=" " } src_unpack() { |