All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] OCF support
@ 2010-11-02 14:10 Zdenek Kabelac
  2010-11-02 14:10 ` [PATCH 1/3] Use include make.tmpl as other headers Zdenek Kabelac
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Zdenek Kabelac @ 2010-11-02 14:10 UTC (permalink / raw)
  To: lvm-devel

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-11-05 15:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-02 14:10 [PATCH 0/3] OCF support Zdenek Kabelac
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

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.