aboutsummaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)Author
2010-04-09INSTALL rules updatesZdenek Kabelac
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-09Use vpath instead of VPATH.Zdenek Kabelac
Usage of VPATH makes troubles when used within $(builddir). Not only source files are being found through VPATH, but targets as well. (make --debug=v) Thus if user builds the code in $(srcdir) and also in some $(builddir) he gets mangled results as some generated files (i.e. .export.sym) are 'reused' from $(srcdir) instead of $(builddir). This patch switches to use vpath were we could explicitly name suffixes that should be looked via vpath - we must take care, we do not generate files with these suffixes: .c, .in, .po, .exported_symbols
2010-03-04Use $(top_builddir) for inclusion of make.tmpl in Makefiles.Zdenek Kabelac
2009-10-02Allow for a build directory separate from the source.Alasdair Kergon
2009-07-15Store any errno and error messages issued while processing each command.Alasdair Kergon
(Enabled by default while we test it, but in due course we'll only store the error messages when we need to.)
2009-07-10Add dm_log_with_errno and dm_log_with_errno_init, deprecating the oldAlasdair Kergon
Change plog to use dm_log_with_errno unless deprecated dm_log_init was used. Rename plog macro to LOG_LINE and use in dm_dump_memory_debug.
2008-11-01further progressAlasdair Kergon
2008-10-31dm+lvm2 macrosAlasdair Kergon
2007-09-21Correct typo in comments: s/is part of the LVM2/is part of LVM2/.Jim Meyering
Signed-off-by: Jim Meyering <jim@meyering.net> Author: Jim Meyering <jim@meyering.net>
2007-04-27pre-releaseAlasdair Kergon
2005-08-04update poAlasdair Kergon
2005-07-13update poAlasdair Kergon
2005-06-132.01.11Alasdair Kergon
2005-05-032.01.10Alasdair Kergon
2005-03-22update pofileAlasdair Kergon
2005-03-08update pofileAlasdair Kergon
2005-02-01pofileAlasdair Kergon
2005-01-21update pofileAlasdair Kergon
2005-01-17update poAlasdair Kergon
2004-12-22update pofileAlasdair Kergon
2004-12-12update pofileAlasdair Kergon
2004-12-10update pofileAlasdair Kergon
2004-11-24update pofileAlasdair Kergon
2004-11-23update poAlasdair Kergon
2004-11-23update pofileAlasdair Kergon
2004-09-292.00.25Alasdair Kergon
2004-09-152.00.23Alasdair Kergon
2004-09-032.00.22Alasdair Kergon
2004-06-15tidy relative paths in makefile includesAlasdair Kergon
2004-04-19config option to avoid using install -o -gAlasdair Kergon
2004-03-31updates for releaseAlasdair Kergon
2004-03-30Update copyright notices.Alasdair Kergon
2004-02-13Basic internationalisation support.Alasdair Kergon