mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
Remove unwanted Makefiles and don't purge lvm2.po that's
under RCS.
This commit is contained in:
parent
b45e346f7a
commit
ac7d720725
@ -42,6 +42,8 @@ ifeq ($(MAKECMDGOALS),distclean)
|
||||
lib/locking \
|
||||
lib/mirror \
|
||||
lib/snapshot \
|
||||
liblvm \
|
||||
udev \
|
||||
test/api \
|
||||
test \
|
||||
po
|
||||
|
@ -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).
|
||||
|
@ -93,3 +93,4 @@ distclean_lib:
|
||||
$(RM) $(LIB_NAME).pc
|
||||
|
||||
distclean: distclean_lib
|
||||
$(RM) -f Makefile
|
||||
|
@ -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:"; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user