]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Makefile.in (install): Search all compression extensions when
authorTheodore Ts'o <tytso@mit.edu>
Thu, 31 Oct 2002 08:32:34 +0000 (03:32 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 31 Oct 2002 08:32:34 +0000 (03:32 -0500)
deleting old man pages.

ChangeLog
MCONFIG.in
debugfs/ChangeLog
debugfs/Makefile.in
e2fsck/ChangeLog
e2fsck/Makefile.in
misc/ChangeLog
misc/Makefile.in
resize/ChangeLog
resize/Makefile.in

index 32d975f098857c7fe7de1cec1f9ae0fe63054861..86377018e854a82c27b0f2408ab8cc1e230256e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-10-30  Theodore Ts'o  <tytso@mit.edu>
+
+       * MCONFIG.in (COMPRESS_EXT): Declare all compression extensions
+
 2001-09-24  Theodore Tso  <tytso@mit.edu>
 
        * Release of E2fsprogs 1.29
index 724a9ddb0f4c27a955f969cae5f76800de21ae13..4847cc4d54a0bae58d5941b1fc66b196325effe6 100644 (file)
@@ -6,6 +6,8 @@ check::
 
 SHELL = /bin/sh
 
+COMPRESS_EXT = gz bz2 bz Z
+
 prefix = @prefix@
 root_prefix = @root_prefix@
 exec_prefix = @exec_prefix@
index 2de14f59990b72bafe358443de046ca64d99bbdc..71b1909b1c63fb454003a41b9c9667192d3a0699 100644 (file)
@@ -1,3 +1,8 @@
+2002-10-30  Theodore Ts'o  <tytso@mit.edu>
+
+       * Makefile.in (install): Search all compression extensions when
+               deleting old man pages.
+
 2002-10-13  Theodore Ts'o  <tytso@mit.edu>
 
        * debugfs.h, htree.c, setsuper.c: Fix gcc -Wall nits.
index c3811fd5016b12798eca7f17094328afe5d30b3a..5918a9d3de26958f033e09d56b35c36e59411a3c 100644 (file)
@@ -51,7 +51,9 @@ install: $(PROGS) $(MANPAGES) installdirs
                $(STRIP) $(DESTDIR)$(root_sbindir)/$$i; \
        done
        for i in $(MANPAGES); do \
-               $(RM) -f $(DESTDIR)$(man8dir)/$$i.gz; \
+               for j in $(COMPRESS_EXT); do \
+                       $(RM) -f $(DESTDIR)$(man8dir)/$$i.$$j; \
+               done; \
                $(INSTALL_DATA) $$i $(DESTDIR)$(man8dir)/$$i; \
        done
 
index f781678525e7833b7417b36a0c7db509bb0fc7bd..9fbf845530d4967899184d6cc99a76ab755f0779 100644 (file)
@@ -1,5 +1,8 @@
 2002-10-30  Theodore Ts'o  <tytso@mit.edu>
 
+       * Makefile.in (install): Search all compression extensions when
+               deleting old man pages.
+
        * pass1.c (mark_table_blocks): Fix bug in meta_bg support; only
                mark blocks legacy group descriptor blocks up to 
                s_first_meta_bg.
index 4e78d8c28d1cd329e909f4b06a531aa0f93a7695..f16e392126ea627992c5c1c69c2de0fb71ca795f 100644 (file)
@@ -150,7 +150,9 @@ install: $(PROGS) $(MANPAGES) installdirs
        $(LN) -f $(DESTDIR)$(root_sbindir)/e2fsck \
                        $(DESTDIR)$(root_sbindir)/fsck.ext3
        for i in $(MANPAGES); do \
-               $(RM) -f $(DESTDIR)$(man8dir)/$$i.gz; \
+               for j in $(COMPRESS_EXT); do \
+                       $(RM) -f $(DESTDIR)$(man8dir)/$$i.$$j; \
+               done; \
                $(INSTALL_DATA) $$i $(DESTDIR)$(man8dir)/$$i; \
        done
        $(LN) -f $(DESTDIR)$(man8dir)/e2fsck.8 $(DESTDIR)$(man8dir)/fsck.ext2.8
index 57e6bc17b52ec8ccb2ee7b0b86e106aa0ddfa9ac..f38ceaa853756afe5bf9c317929e3fb8b5a54e18 100644 (file)
@@ -1,5 +1,8 @@
 2002-10-30  Theodore Ts'o  <tytso@mit.edu>
 
+       * Makefile.in (install): Search all compression extensions when
+               deleting old man pages.
+
        * dumpe2fs.c (list_desc): Fix bug in algorithm which determined
                which blocks are used as backup superblock and block group
                descriptors.
index bc2bb75cb56484539d63c4b0360c77212c593a94..8536c5a75384feb8eaabf552246bf4b45c7a4916 100644 (file)
@@ -167,7 +167,9 @@ install: all $(SMANPAGES) $(UMANPAGES) installdirs
                $(STRIP) $(DESTDIR)$(bindir)/$$i; \
        done
        for i in $(SMANPAGES); do \
-               $(RM) -f $(DESTDIR)$(man8dir)/$$i.gz; \
+               for j in $(COMPRESS_EXT); do \
+                       $(RM) -f $(DESTDIR)$(man8dir)/$$i.$$j; \
+               done; \
                $(INSTALL_DATA) $$i $(DESTDIR)$(man8dir)/$$i; \
        done
        $(RM) -f $(DESTDIR)$(man8dir)/mkfs.ext2.8.gz \
index 54f0ae9c1f01e7faee8ab56ae1f9bf1836a8a8d8..dc65274865c9026879ec61f8cab475343be8223b 100644 (file)
@@ -1,5 +1,8 @@
 2002-10-30  Theodore Ts'o  <tytso@mit.edu>
 
+       * Makefile.in (install): Search all compression extensions when
+               deleting old man pages.
+
        * resize2fs.c (adjust_superblock, mark_table_blocks,
                blocks_to_move): Add support for resizing filesystems that
                use the meta block group layout.
index 20c747ce2bdb7e2c97e71bcfdcbf21d73c436d1f..3ad2cebe245f2d8b6c1bb2ce09bdb94a9cfecb39 100644 (file)
@@ -59,7 +59,9 @@ install: $(PROGS) $(MANPAGES) installdirs
                $(STRIP) $(DESTDIR)$(root_sbindir)/$$i; \
        done
        for i in $(MANPAGES); do \
-               $(RM) -f $(DESTDIR)$(man8dir)/$$i.gz; \
+               for j in $(COMPRESS_EXT); do \
+                       $(RM) -f $(DESTDIR)$(man8dir)/$$i.$$j; \
+               done; \
                $(INSTALL_DATA) $$i $(DESTDIR)$(man8dir)/$$i; \
        done