All of lore.kernel.org
 help / color / mirror / Atom feed
From: zkabelac@sourceware.org <zkabelac@sourceware.org>
To: lvm-devel@redhat.com
Subject: LVM2 tools/Makefile.in ./make.tmpl.in ./WHATS_NEW
Date: 8 Apr 2009 14:08:24 -0000	[thread overview]
Message-ID: <20090408140824.1188.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac at 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.



                 reply	other threads:[~2009-04-08 14:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090408140824.1188.qmail@sourceware.org \
    --to=zkabelac@sourceware.org \
    --cc=lvm-devel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.