]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 01985d9ba5ec0130a98c5f651549e929f871c660..657fdeef73831fcd7b3b960ba73df0d022b89462 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 $@