]> sourceware.org Git - lvm2.git/commitdiff
Remove unwanted Makefiles and don't purge lvm2.po that's
authorFabio M. Di Nitto <fdinitto@redhat.com>
Tue, 1 Sep 2009 18:11:14 +0000 (18:11 +0000)
committerFabio M. Di Nitto <fdinitto@redhat.com>
Tue, 1 Sep 2009 18:11:14 +0000 (18:11 +0000)
under RCS.

Makefile.in
WHATS_NEW
liblvm/Makefile.in
make.tmpl.in

index 683021ee8019c00745647d3f7030632f1366dddd..d6eec7974c40cb23d2d470bdf6324fe4821c480e 100644 (file)
@@ -42,6 +42,8 @@ ifeq ($(MAKECMDGOALS),distclean)
             lib/locking \
             lib/mirror \
             lib/snapshot \
+            liblvm \
+            udev \
             test/api \
             test \
             po
index 436ce1b418c08863d17ee34cb319a6437ba3c606..06a7598c90b2285b1ddc410d659a3657546a9245 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -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).
index 305cef5064c296e0e0c77add4c21b95593697fb7..1d2b707bc764e959832c4130ecb479989c53d0a6 100644 (file)
@@ -93,3 +93,4 @@ distclean_lib:
        $(RM) $(LIB_NAME).pc
 
 distclean: distclean_lib
+       $(RM) -f Makefile
index 5db9ab5226bb63372c0044c572bdcd369ab72d1d..3902303bf6fca87f83f31fe7947c0f3280f7a2e8 100644 (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:"; \
This page took 0.041974 seconds and 5 git commands to generate.