1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 01:55:10 +03:00

Remove unwanted Makefiles and don't purge lvm2.po that's

under RCS.
This commit is contained in:
Fabio M. Di Nitto 2009-09-01 18:11:14 +00:00
parent b45e346f7a
commit ac7d720725
4 changed files with 5 additions and 1 deletions

View File

@ -42,6 +42,8 @@ ifeq ($(MAKECMDGOALS),distclean)
lib/locking \
lib/mirror \
lib/snapshot \
liblvm \
udev \
test/api \
test \
po

View File

@ -1,5 +1,6 @@
Version 2.02.52 -
=================================
Fix Makefile distclean target.
Make clvmd check corosync to see what cluster interface it should use.
Rewrite clvmd configuration code to cope with all combinations of libs.
Fix global locking in PV reporting commands (2.02.49).

View File

@ -93,3 +93,4 @@ distclean_lib:
$(RM) $(LIB_NAME).pc
distclean: distclean_lib
$(RM) -f Makefile

View File

@ -250,7 +250,7 @@ distclean: $(SUBDIRS.distclean)
$(SOURCES:%.c=%.gcda) $(LDDEPS) \
config.cache config.log config.status \
Makefile make.tmpl core \
lvm-version.h lvm2.po
lvm-version.h
.export.sym: .exported_symbols
set -e; (echo "Base {"; echo " global:"; \