summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Zoffoli <xmerlin@gentoo.org>2005-01-25 14:38:58 +0000
committerChristian Zoffoli <xmerlin@gentoo.org>2005-01-25 14:38:58 +0000
commit385275bb812e0ebbf444b2e18c6ddf058ade6997 (patch)
treecc43c7d9db7b713ac0dbcca25288b3e9c3dfe391 /sys-cluster/drbd
parentAdded patch for conflict with linux-headers - bug #71657 (diff)
downloadgentoo-2-385275bb812e0ebbf444b2e18c6ddf058ade6997.tar.gz
gentoo-2-385275bb812e0ebbf444b2e18c6ddf058ade6997.tar.bz2
gentoo-2-385275bb812e0ebbf444b2e18c6ddf058ade6997.zip
fixed module installation path, now it's possibly to compile the module even if we don't run the target kernel
Diffstat (limited to 'sys-cluster/drbd')
-rw-r--r--sys-cluster/drbd/ChangeLog7
-rw-r--r--sys-cluster/drbd/drbd-0.7.8-r1.ebuild4
-rw-r--r--sys-cluster/drbd/drbd-0.7.8.ebuild4
3 files changed, 10 insertions, 5 deletions
diff --git a/sys-cluster/drbd/ChangeLog b/sys-cluster/drbd/ChangeLog
index a17b3a0fe81e..1ec33a855762 100644
--- a/sys-cluster/drbd/ChangeLog
+++ b/sys-cluster/drbd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-cluster/drbd
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/drbd/ChangeLog,v 1.14 2005/01/25 11:51:53 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/drbd/ChangeLog,v 1.15 2005/01/25 14:38:58 xmerlin Exp $
+
+ 25 Jan 2005; Christian Zoffoli <xmerlin@gentoo.org> drbd-0.7.8-r1.ebuild,
+ drbd-0.7.8.ebuild:
+ fixed module installation path, now it's possibly to compile the module even
+ if we don't run the target kernel
25 Jan 2005; Christian Zoffoli <xmerlin@gentoo.org> -drbd-0.7.7.ebuild:
removed obsolete drbd-0.7.7.ebuild
diff --git a/sys-cluster/drbd/drbd-0.7.8-r1.ebuild b/sys-cluster/drbd/drbd-0.7.8-r1.ebuild
index 7eef554c43d0..0fc64489fea4 100644
--- a/sys-cluster/drbd/drbd-0.7.8-r1.ebuild
+++ b/sys-cluster/drbd/drbd-0.7.8-r1.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-cluster/drbd/drbd-0.7.8-r1.ebuild,v 1.1 2005/01/25 11:40:43 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/drbd/drbd-0.7.8-r1.ebuild,v 1.2 2005/01/25 14:38:58 xmerlin Exp $
inherit eutils versionator linux-mod
@@ -31,7 +31,7 @@ src_compile() {
einfo ""
einfo "Your kernel-sources in /usr/src/linux-${KV} must be properly configured"
- einfo "and match the currently running kernel version ${KV}"
+ #einfo "and match the currently running kernel version ${KV}"
einfo "If otherwise -> build will fail."
einfo ""
diff --git a/sys-cluster/drbd/drbd-0.7.8.ebuild b/sys-cluster/drbd/drbd-0.7.8.ebuild
index d174b56f71c7..a11a5b4a4e30 100644
--- a/sys-cluster/drbd/drbd-0.7.8.ebuild
+++ b/sys-cluster/drbd/drbd-0.7.8.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-cluster/drbd/drbd-0.7.8.ebuild,v 1.3 2005/01/24 16:51:08 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/drbd/drbd-0.7.8.ebuild,v 1.4 2005/01/25 14:38:58 xmerlin Exp $
inherit eutils versionator linux-mod
@@ -30,7 +30,7 @@ src_compile() {
einfo ""
einfo "Your kernel-sources in /usr/src/linux-${KV} must be properly configured"
- einfo "and match the currently running kernel version ${KV}"
+ #einfo "and match the currently running kernel version ${KV}"
einfo "If otherwise -> build will fail."
einfo ""