public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2 tools/Makefile.in ./make.tmpl.in ./WHATS_NEW
@ 2009-04-08 14:08 zkabelac
  0 siblings, 0 replies; only message in thread
From: zkabelac @ 2009-04-08 14:08 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac@sourceware.org	2009-04-08 14:08:23

Modified files:
	tools          : Makefile.in 
	.              : make.tmpl.in WHATS_NEW 

Log message:
	Avoid referencing files from DESTDIR during build process

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/Makefile.in.diff?cvsroot=lvm2&r1=1.93&r2=1.94
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/make.tmpl.in.diff?cvsroot=lvm2&r1=1.65&r2=1.66
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.1080&r2=1.1081

--- LVM2/tools/Makefile.in	2009/03/16 20:00:11	1.93
+++ LVM2/tools/Makefile.in	2009/04/08 14:08:05	1.94
@@ -103,11 +103,11 @@
 
 dmsetup: dmsetup.o $(top_srcdir)/libdm/libdevmapper.$(LIB_SUFFIX)
 	$(CC) -o $@ dmsetup.o $(CFLAGS) $(LDFLAGS) \
-	      -L$(top_srcdir)/libdm -L$(DESTDIR)/lib -ldevmapper $(LIBS)
+	      -L$(top_srcdir)/libdm -ldevmapper $(LIBS)
 
 dmsetup.static: dmsetup.o $(interfacedir)/libdevmapper.a
 	$(CC) -o $@ dmsetup.o $(CFLAGS) $(LDFLAGS) -static \
-	      -L$(interfacedir) -L$(DESTDIR)/lib -ldevmapper $(LIBS) \
+	      -L$(interfacedir) -ldevmapper $(LIBS) \
 	      $(LIB_PTHREAD)
 
 all: device-mapper
--- LVM2/make.tmpl.in	2009/04/07 22:53:48	1.65
+++ LVM2/make.tmpl.in	2009/04/08 14:08:18	1.66
@@ -118,10 +118,6 @@
 
 INCLUDES += -I. -I$(top_srcdir)/include
 
-ifdef DESTDIR
-  INCLUDES += -I$(DESTDIR)/usr/include
-endif
-
 INC_LNS = $(top_srcdir)/include/.symlinks_created
 
 DEPS = $(top_srcdir)/make.tmpl $(top_srcdir)/VERSION Makefile $(INC_LNS)
--- LVM2/WHATS_NEW	2009/04/08 14:04:35	1.1080
+++ LVM2/WHATS_NEW	2009/04/08 14:08:23	1.1081
@@ -1,6 +1,7 @@
 Version 2.02.46 - 
 ================================
-  Avoid creating some static libraries without static_link
+  Avoid referencing files from DESTDIR during build process.
+  Avoid creating some static libraries without static_link.
   Enable use of cached metadata for pvs and pvdisplay commands.
   Add missing 'device-mapper' internal subdir build dependency.
   Fix memory leak in mirror allocation code.


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

only message in thread, other threads:[~2009-04-08 14:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-08 14:08 LVM2 tools/Makefile.in ./make.tmpl.in ./WHATS_NEW zkabelac

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