From: Roland McGrath Date: Mon, 6 Mar 2006 11:05:27 +0000 (+0000) Subject: 2006-03-06 Roland McGrath X-Git-Tag: glibc-2.16-ports-before-merge~894 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba580a176dd76bdef89ea0ca27e8aefa02877c59;p=thirdparty%2Fglibc.git 2006-03-06 Roland McGrath * Makefile (%.bz2, %.gz): New pattern rules. --- diff --git a/Makefile b/Makefile index 01985d9ba5e..657fdeef738 100644 --- 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 $@