public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2 ./WHATS_NEW liblvm/Makefile.in
@ 2012-02-08 10:52 zkabelac
  0 siblings, 0 replies; 3+ messages in thread
From: zkabelac @ 2012-02-08 10:52 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac@sourceware.org	2012-02-08 10:52:46

Modified files:
	.              : WHATS_NEW 
	liblvm         : Makefile.in 

Log message:
	Add missing deps for lvm2api
	
	Hmm, wasted some time because of this missing deps....

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.2260&r2=1.2261
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/liblvm/Makefile.in.diff?cvsroot=lvm2&r1=1.26&r2=1.27

--- LVM2/WHATS_NEW	2012/02/08 10:49:36	1.2260
+++ LVM2/WHATS_NEW	2012/02/08 10:52:45	1.2261
@@ -1,5 +1,6 @@
 Version 2.02.91 -
 ===================================
+  Add missing deps for lvm2api for rebuild when lvm-internal is changed.
   Fix resource leaks for failing allocation of formats (lvm1/2,pool).
   Release allocated resources in error path for composite_filter_create().
   Do not use lstat() results when failed in _rm_link().
--- LVM2/liblvm/Makefile.in	2010/08/03 13:00:46	1.26
+++ LVM2/liblvm/Makefile.in	2012/02/08 10:52:46	1.27
@@ -1,6 +1,6 @@
 #
 # Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
-# Copyright (C) 2004-2010 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2004-2012 Red Hat, Inc. All rights reserved.
 #
 # This file is part of LVM2.
 #
@@ -37,6 +37,8 @@
 EXPORTED_HEADER = $(srcdir)/lvm2app.h
 EXPORTED_FN_PREFIX = lvm
 
+LDDEPS += $(top_builddir)/lib/liblvm-internal.a
+
 include $(top_builddir)/make.tmpl
 
 LIBS += $(LVMINTERNAL_LIBS) -ldevmapper


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

* LVM2 ./WHATS_NEW liblvm/Makefile.in
@ 2009-07-29 19:24 agk
  0 siblings, 0 replies; 3+ messages in thread
From: agk @ 2009-07-29 19:24 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2009-07-29 19:24:12

Modified files:
	.              : WHATS_NEW 
	liblvm         : Makefile.in 

Log message:
	Fix lvm2app.pc installation filename.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.1209&r2=1.1210
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/liblvm/Makefile.in.diff?cvsroot=lvm2&r1=1.12&r2=1.13

--- LVM2/WHATS_NEW	2009/07/29 13:26:01	1.1209
+++ LVM2/WHATS_NEW	2009/07/29 19:24:11	1.1210
@@ -1,5 +1,6 @@
 Version 2.02.51 - 
 ================================
+  Fix lvm2app.pc installation filename.
   Remove pv_t, vg_t & lv_t handles from lib.  Only liblvm uses them.
   Rename lvm.h to lvm2app.h for now.
 
--- LVM2/liblvm/Makefile.in	2009/07/29 13:26:01	1.12
+++ LVM2/liblvm/Makefile.in	2009/07/29 19:24:11	1.13
@@ -77,7 +77,7 @@
 
 install_pkgconfig:
 	$(INSTALL) -D $(OWNER) $(GROUP) -m 444 $(LIB_NAME).pc \
-		$(usrlibdir)/pkgconfig/$(LIB_NAME).pc
+		$(usrlibdir)/pkgconfig/lvm2app.pc
 
 liblvm.cflow: $(SOURCES)
 	set -e; (echo -n "SOURCES += "; \


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

* LVM2 ./WHATS_NEW liblvm/Makefile.in
@ 2009-07-22 20:12 agk
  0 siblings, 0 replies; 3+ messages in thread
From: agk @ 2009-07-22 20:12 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2009-07-22 20:12:14

Modified files:
	.              : WHATS_NEW 
	liblvm         : Makefile.in 

Log message:
	Use newly-independent LVM_LIBAPI in liblvm soname.  E.g. liblvm2app.so.2.1.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.1196&r2=1.1197
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/liblvm/Makefile.in.diff?cvsroot=lvm2&r1=1.7&r2=1.8

--- LVM2/WHATS_NEW	2009/07/22 20:01:28	1.1196
+++ LVM2/WHATS_NEW	2009/07/22 20:12:14	1.1197
@@ -1,5 +1,6 @@
 Version 2.02.50 - 
 ================================
+  Use newly-independent LVM_LIBAPI in liblvm soname.  E.g. liblvm2app.so.2.1.
   Add an API version number, LVM_LIBAPI, to the VERSION string for liblvm.
   Pass a pointer to struct cmd_context to init_multiple_segtypes
   Return EINVALID_CMD_LINE not success when invalid VG name format is used.
--- LVM2/liblvm/Makefile.in	2009/07/14 03:02:14	1.7
+++ LVM2/liblvm/Makefile.in	2009/07/22 20:12:14	1.8
@@ -21,8 +21,8 @@
 	lvm_vg.c
 
 LIB_NAME = liblvm2app
-LIB_VERSION = $(LIB_VERSION_LVM)
-VERSIONED_SHLIB = $(LIB_NAME).$(LIB_SUFFIX).$(LIB_VERSION_LVM)
+LIB_VERSION = $(LIB_VERSION_APP)
+VERSIONED_SHLIB = $(LIB_NAME).$(LIB_SUFFIX).$(LIB_VERSION_APP)
 
 ifeq ("@STATIC_LINK@", "yes")
 LIB_STATIC = $(LIB_NAME).a


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

end of thread, other threads:[~2012-02-08 10:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-08 10:52 LVM2 ./WHATS_NEW liblvm/Makefile.in zkabelac
  -- strict thread matches above, loose matches on Subject: below --
2009-07-29 19:24 agk
2009-07-22 20:12 agk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).