From f4b29ffa95b42c19a1adf84991082cc1740c30fd Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 23 May 2014 10:07:17 +0200 Subject: update to latest upstream --- package/lvm/patches/patch-tools_Makefile_in | 58 ----------------------------- 1 file changed, 58 deletions(-) delete mode 100644 package/lvm/patches/patch-tools_Makefile_in (limited to 'package/lvm/patches/patch-tools_Makefile_in') diff --git a/package/lvm/patches/patch-tools_Makefile_in b/package/lvm/patches/patch-tools_Makefile_in deleted file mode 100644 index c7d18c051..000000000 --- a/package/lvm/patches/patch-tools_Makefile_in +++ /dev/null @@ -1,58 +0,0 @@ ---- LVM2.2.02.79.orig/tools/Makefile.in 2010-10-15 11:41:21.000000000 +0200 -+++ LVM2.2.02.79/tools/Makefile.in 2010-12-26 22:15:11.000000000 +0100 -@@ -158,7 +158,7 @@ liblvm2cmd.$(LIB_SUFFIX).$(LIB_VERSION): - - .commands: $(srcdir)/commands.h $(srcdir)/cmdnames.h Makefile - $(CC) -E -P $(srcdir)/cmdnames.h 2> /dev/null | \ -- egrep -v '^ *(|#.*|dumpconfig|formats|help|pvdata|segtypes|version) *$$' > .commands -+ egrep -v '^ *(#.*|dumpconfig|formats|help|pvdata|segtypes|version) *$$' > .commands - - ifneq ("$(CFLOW_CMD)", "") - CFLOW_SOURCES = $(addprefix $(srcdir)/, $(SOURCES)) -@@ -171,18 +171,22 @@ endif - install_dmsetup_dynamic install_dmsetup_static - - install_cmdlib_include: $(srcdir)/lvm2cmd.h -- $(INSTALL_DATA) -D $< $(includedir)/$(