2006-03-06 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Mon, 6 Mar 2006 11:05:27 +0000 (11:05 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 6 Mar 2006 11:05:27 +0000 (11:05 +0000)
* Makefile (%.bz2, %.gz): New pattern rules.

Makefile

index 01985d9..657fdee 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,3 +38,6 @@ glibc-port-%-$(dist-version).tar: ChangeLog.%
        find $(basename $@) -name configure -print | xargs touch
        tar cf $@ $(basename $@)
        rm -fr $(basename $@)
+
+%.bz2: %; bzip2 -9vk $<
+%.gz: %; gzip -9vnc $< > $@.new && mv -f $@.new $@