1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00
lvm2/scripts
Zdenek Kabelac 23b059e7b7 INSTALL rules updates
Patch is inspired by Debian's extra patch.

- removes OWNER & GROUP make vars they are parts of INSTALL command.
- adds INSTALL_PROGRAM for executable, uses $(INSTALL)
- adds INSTALL_DATA for non-executable data, uses ($INSTALL)
- adds INSTALL_WDATA for writable non-executable data, uses ($INSTALL)
- adds configure option --enable-write_install - to support
  installatin of writable files used by distribution
- replaces usage of ifeq @LIB_SUFFIX@ with $(LIB_SUFFIX)
- installs .a files from static builds without executable flag
- installs .a files to $(usrlibdir) instead of $(libdir)
- installs all static binaries to $(staticdir)
- create .so links for devel package in $(usrlibdir) instead of
  $(libdir)
- makes .so and .so.LIB_VERSION files within builddir
- removes VERSIONED_SHLIB and created versioned LIB_SHARED automagicaly
- install LIB_SHARED via install_lib_shared target
- install plugins via install_lib_shared_plugin target
- prints whole 'install' command during installation instead of less
  informative "Installing  $(something) $(somewhere)"
- install multiple man pages with one INSTALL command
- use DISTCLEAN_TARGETS instead of creating multiple distclean targets
2010-04-09 21:42:48 +00:00
..
lvm2create_initrd Update lvm2create_initrd to support gentoo. 2006-11-21 22:41:56 +00:00
clvmd_fix_conf.sh Make clvmd_fix_conf.sh UNDOable 2004-12-01 14:47:31 +00:00
clvmd_init_red_hat.in - fix whitespaces all over (tabs/spaces) 2010-02-26 13:07:43 +00:00
cmirrord_init_red_hat.in Fix syntax error in cmirror init script 2010-01-22 16:19:38 +00:00
fsadm.sh Use 'lvm lvresize' instead of 'lvresize' in fsadm. 2009-06-09 15:31:36 +00:00
last_cvs_update.sh o initial subdir population 2001-08-15 16:20:46 +00:00
lvm2_monitoring_init_red_hat.in Add a [--poll {y|n}] flag to vgchange and lvchange to control whether 2010-01-05 20:56:51 +00:00
lvm2_monitoring_init_rhel4 Make warnings go to stderr. Change log_warn to that effect, log_print 2007-06-28 17:33:44 +00:00
lvm_dump.sh Fix lvmdump /sys listing to include virtual devices directory. 2009-01-06 18:02:57 +00:00
lvmconf_lockingtype2.sh Use locking_type 3 (compiled in cluster locking) in lvmconf. 2009-11-27 14:32:16 +00:00
lvmconf.sh Use locking_type 3 (compiled in cluster locking) in lvmconf. 2009-11-27 14:32:16 +00:00
Makefile.in INSTALL rules updates 2010-04-09 21:42:48 +00:00
vg_convert change two files in different directories 2006-06-06 17:44:11 +00:00
vgimportclone.sh Various vgimportclone fixes: 2009-06-17 15:47:01 +00:00