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

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac@sourceware.org	2010-06-03 13:52:22

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

Log message:
	Use INSTALL_DIR to create directories

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/make.tmpl.in.diff?cvsroot=lvm2&r1=1.102&r2=1.103
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/Makefile.in.diff?cvsroot=lvm2&r1=1.118&r2=1.119

--- LVM2/make.tmpl.in	2010/05/20 22:54:58	1.102
+++ LVM2/make.tmpl.in	2010/06/03 13:52:21	1.103
@@ -312,7 +312,7 @@
 
 install_lib_shared: $(LIB_SHARED)
 	$(INSTALL_PROGRAM) -D $< $(libdir)/$(<F).$(LIB_VERSION)
-	$(INSTALL) -d $(usrlibdir)
+	$(INSTALL_DIR) $(usrlibdir)
 	$(LN_S) -f $(USRLIB_RELPATH)$(<F).$(LIB_VERSION) $(usrlibdir)/$(<F)
 
 # FIXME: plugins are installed to subdirs 
--- LVM2/tools/Makefile.in	2010/05/11 08:34:38	1.118
+++ LVM2/tools/Makefile.in	2010/06/03 13:52:21	1.119
@@ -171,7 +171,7 @@
 
 install_cmdlib_dynamic: liblvm2cmd.$(LIB_SUFFIX)
 	$(INSTALL_PROGRAM) -D $< $(libdir)/$(<F).$(LIB_VERSION)
-	$(INSTALL) -d $(usrlibdir)
+	$(INSTALL_DIR) $(usrlibdir)
 	$(LN_S) -f $(USRLIB_RELPATH)$(<F).$(LIB_VERSION) $(usrlibdir)/$(<F)
 
 install_cmdlib_static: liblvm2cmd-static.a


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

only message in thread, other threads:[~2010-06-03 13:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-03 13:52 LVM2 ./make.tmpl.in tools/Makefile.in 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).