public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2 ./WHATS_NEW daemons/clvmd/Makefile.in
@ 2010-03-16  8:47 mbroz
  0 siblings, 0 replies; only message in thread
From: mbroz @ 2010-03-16  8:47 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	mbroz@sourceware.org	2010-03-16 08:47:47

Modified files:
	.              : WHATS_NEW 
	daemons/clvmd  : Makefile.in 

Log message:
	Fix clvmd Makefile to not overwrite LIBS from template definition

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.1459&r2=1.1460
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/daemons/clvmd/Makefile.in.diff?cvsroot=lvm2&r1=1.35&r2=1.36

--- LVM2/WHATS_NEW	2010/03/09 14:01:47	1.1459
+++ LVM2/WHATS_NEW	2010/03/16 08:47:46	1.1460
@@ -1,5 +1,6 @@
 Version 2.02.63 - 
 ================================
+  Fix clvmd Makefile to not overwrite LIBS from template definition.
 
 Version 2.02.62 - 9th March 2010
 ================================
--- LVM2/daemons/clvmd/Makefile.in	2010/03/04 11:21:05	1.35
+++ LVM2/daemons/clvmd/Makefile.in	2010/03/16 08:47:47	1.36
@@ -81,14 +81,14 @@
 	LVMLIBS += -ldevmapper-event
 endif
  
+include $(top_builddir)/make.tmpl
+
 LVMLIBS += -ldevmapper
 LIBS += $(PTHREAD_LIBS)
 
 DEFS += -D_REENTRANT
 CFLAGS += -fno-strict-aliasing
 
-include $(top_builddir)/make.tmpl
-
 INSTALL_TARGETS = \
 	install_clvmd
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-16  8:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-16  8:47 LVM2 ./WHATS_NEW daemons/clvmd/Makefile.in mbroz

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).