summaryrefslogtreecommitdiffstats
path: root/po
Commit message (Collapse)AuthorAgeFilesLines
* INSTALL rules updatesZdenek Kabelac2010-04-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* Use vpath instead of VPATH.Zdenek Kabelac2010-04-091-1/+0
| | | | | | | | | | | | | | | 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
* Use $(top_builddir) for inclusion of make.tmpl in Makefiles.Zdenek Kabelac2010-03-041-1/+1
|
* Allow for a build directory separate from the source.Alasdair Kergon2009-10-021-1/+2
|
* Store any errno and error messages issued while processing each command.Alasdair Kergon2009-07-151-3/+3
| | | | | (Enabled by default while we test it, but in due course we'll only store the error messages when we need to.)
* Add dm_log_with_errno and dm_log_with_errno_init, deprecating the oldAlasdair Kergon2009-07-101-0/+3
| | | | | 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.
* further progressAlasdair Kergon2008-11-011-14/+34
|
* dm+lvm2 macrosAlasdair Kergon2008-10-311-2/+2
|
* Correct typo in comments: s/is part of the LVM2/is part of LVM2/.Jim Meyering2007-09-211-1/+1
| | | | | | | Signed-off-by: Jim Meyering <jim@meyering.net> Author: Jim Meyering <jim@meyering.net>
* pre-releaseAlasdair Kergon2007-04-271-2078/+2859
|
* update poAlasdair Kergon2005-08-041-200/+178
|
* update poAlasdair Kergon2005-07-131-331/+357
|
* 2.01.11Alasdair Kergon2005-06-131-1066/+1426
|
* 2.01.10Alasdair Kergon2005-05-031-876/+1029
|
* update pofileAlasdair Kergon2005-03-221-457/+493
|
* update pofileAlasdair Kergon2005-03-081-40/+41
|
* pofileAlasdair Kergon2005-02-011-50/+67
|
* update pofileAlasdair Kergon2005-01-211-299/+321
|
* update poAlasdair Kergon2005-01-171-184/+205
|
* update pofileAlasdair Kergon2004-12-221-227/+291
|
* update pofileAlasdair Kergon2004-12-121-12/+12
|
* update pofileAlasdair Kergon2004-12-101-113/+138
|
* update pofileAlasdair Kergon2004-11-241-11/+26
|
* update poAlasdair Kergon2004-11-231-3/+3
|
* update pofileAlasdair Kergon2004-11-231-221/+254
|
* 2.00.25Alasdair Kergon2004-09-291-18/+15
|
* 2.00.23Alasdair Kergon2004-09-151-251/+281
|
* 2.00.22Alasdair Kergon2004-09-031-1331/+1754
|
* tidy relative paths in makefile includesAlasdair Kergon2004-06-151-1/+1
|
* config option to avoid using install -o -gAlasdair Kergon2004-04-191-1/+1
|
* updates for releaseAlasdair Kergon2004-03-311-2098/+2076
|
* Update copyright notices.Alasdair Kergon2004-03-302-13/+24
|
* Basic internationalisation support.Alasdair Kergon2004-02-134-0/+5737