From: Zdenek Kabelac <zkabelac@redhat.com>
To: lvm-devel@redhat.com
Subject: [PATCH 0/3] OCF support
Date: Tue, 2 Nov 2010 15:10:40 +0100 [thread overview]
Message-ID: <cover.1288706876.git.zkabelac@redhat.com> (raw)
Updated patch from
https://bugzilla.redhat.com/show_bug.cgi?id=646854
First two patches are modifing surrounding Makefiles so
recursive makefile is easier (FIXME: write better recursive target)
Second one tries to avoid unexpected installation to live system
(but as the target is rather hidden one - it's probably hard to hit)
(FIXME: write make help with supported targets)
OCF patch:
user needs to configure --enable-ocf so it gets installed with
make install target by default.
Otherwise he might use make install_ocf to get only ocf files installed.
With disabled (default) ocf support - no files are installed.
Zdenek Kabelac (3):
Use include make.tmpl as other headers
Add ${prefix}
ocf support
configure.in | 10 ++
include/Makefile.in | 18 +---
make.tmpl.in | 8 +-
scripts/Makefile.in | 23 +++-
scripts/VolumeGroup.ocf | 279 +++++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 316 insertions(+), 22 deletions(-)
create mode 100644 scripts/VolumeGroup.ocf
--
1.7.3.2
next reply other threads:[~2010-11-02 14:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-02 14:10 Zdenek Kabelac [this message]
2010-11-02 14:10 ` [PATCH 1/3] Use include make.tmpl as other headers Zdenek Kabelac
2010-11-02 14:10 ` [PATCH 2/3] Add ${prefix} Zdenek Kabelac
2010-11-05 15:04 ` Zdenek Kabelac
2010-11-02 14:10 ` [PATCH 3/3] ocf support Zdenek Kabelac
2010-11-05 15:05 ` Zdenek Kabelac
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1288706876.git.zkabelac@redhat.com \
--to=zkabelac@redhat.com \
--cc=lvm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.