All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCHES] device-mapper is now included in LVM2
@ 2009-06-15 14:34 Nigel Kukard
  2009-06-15 14:40 ` Will Newton
  2009-06-20  5:20 ` Peter Korsgaard
  0 siblings, 2 replies; 5+ messages in thread
From: Nigel Kukard @ 2009-06-15 14:34 UTC (permalink / raw)
  To: buildroot


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Remove-device-mapper.patch
Type: text/x-patch
Size: 5807 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090615/c41a0c93/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-dmraid-must-now-require-lvm2-and-not-dm.patch
Type: text/x-patch
Size: 1411 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090615/c41a0c93/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-LVM2-now-provides-device-mapper.patch
Type: text/x-patch
Size: 4999 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090615/c41a0c93/attachment-0002.bin>

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

* [Buildroot] [PATCHES] device-mapper is now included in LVM2
  2009-06-15 14:40 ` Will Newton
@ 2009-06-15 14:40   ` Nigel Kukard
  2009-06-16  8:38     ` Olaf Rempel
  0 siblings, 1 reply; 5+ messages in thread
From: Nigel Kukard @ 2009-06-15 14:40 UTC (permalink / raw)
  To: buildroot


> I think this should close bug 241?
>
> https://bugs.busybox.net/show_bug.cgi?id=241
>   

Yep ... lets just wait a day or so and see if everyone is happy  :)

-N

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

* [Buildroot] [PATCHES] device-mapper is now included in LVM2
  2009-06-15 14:34 [Buildroot] [PATCHES] device-mapper is now included in LVM2 Nigel Kukard
@ 2009-06-15 14:40 ` Will Newton
  2009-06-15 14:40   ` Nigel Kukard
  2009-06-20  5:20 ` Peter Korsgaard
  1 sibling, 1 reply; 5+ messages in thread
From: Will Newton @ 2009-06-15 14:40 UTC (permalink / raw)
  To: buildroot

On Mon, Jun 15, 2009 at 3:34 PM, Nigel Kukard<nkukard@lbsd.net> wrote:
>
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

I think this should close bug 241?

https://bugs.busybox.net/show_bug.cgi?id=241

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

* [Buildroot] [PATCHES] device-mapper is now included in LVM2
  2009-06-15 14:40   ` Nigel Kukard
@ 2009-06-16  8:38     ` Olaf Rempel
  0 siblings, 0 replies; 5+ messages in thread
From: Olaf Rempel @ 2009-06-16  8:38 UTC (permalink / raw)
  To: buildroot

On Mon, 15 Jun 2009 14:40:02 +0000
Nigel Kukard <nkukard@lbsd.net> wrote:

> 
> > I think this should close bug 241?
> >
> > https://bugs.busybox.net/show_bug.cgi?id=241
> >   
> 
> Yep ... lets just wait a day or so and see if everyone is happy  :)

Why no conversion to Makefile.autotools.in?

The clean target is not working:
> lvm2-clean:
> 	$(MAKE) DESTDIR=$(TARGET_DIR) -C $(LVM2_DIR) uninstall
make[1]: Entering directory `/home/development/buildroot/build_i586/LVM2.2.02.47'
make[1]: *** No rule to make target `uninstall'.  Stop.
make[1]: Leaving directory `/home/development/buildroot/build_i586/LVM2.2.02.47'

I've attached an updated version of my patch (against current HEAD) which 
doesn't use post_install_hooks for stripping the binaries. Seems to be cleaner.

Regards
Olaf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-device-mapper-lvm2-build-together-take-2.patch
Type: text/x-patch
Size: 14818 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090616/44dfb648/attachment-0001.bin>

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

* [Buildroot] [PATCHES] device-mapper is now included in LVM2
  2009-06-15 14:34 [Buildroot] [PATCHES] device-mapper is now included in LVM2 Nigel Kukard
  2009-06-15 14:40 ` Will Newton
@ 2009-06-20  5:20 ` Peter Korsgaard
  1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2009-06-20  5:20 UTC (permalink / raw)
  To: buildroot

>>>>> "Nigel" == Nigel Kukard <nkukard@lbsd.net> writes:

 >> From af5755abcbbe3b19e14eb757e7593e7cf31c0e7e Mon Sep 17 00:00:00 2001
 Nigel> From: Nigel Kukard <nkukard@lbsd.net>
 Nigel> Date: Mon, 15 Jun 2009 13:52:13 +0000
 Nigel> Subject: [PATCH 1/3] Remove device-mapper

Thanks, committed (in reverse order so stuff doesn't break if you
check out halfway through the series) - Sorry for the delay.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2009-06-20  5:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-15 14:34 [Buildroot] [PATCHES] device-mapper is now included in LVM2 Nigel Kukard
2009-06-15 14:40 ` Will Newton
2009-06-15 14:40   ` Nigel Kukard
2009-06-16  8:38     ` Olaf Rempel
2009-06-20  5:20 ` Peter Korsgaard

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.