about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-03-06 11:05:27 +0000
committerRoland McGrath <roland@gnu.org>2006-03-06 11:05:27 +0000
commitba580a176dd76bdef89ea0ca27e8aefa02877c59 (patch)
tree62efd782a4bbbb56b5132e80ee8a8cd4469926f2 /Makefile
parentb834ecbda3c0656675fb2b591a1c93cd03272cb3 (diff)
downloadglibc-ba580a176dd76bdef89ea0ca27e8aefa02877c59.tar.gz
glibc-ba580a176dd76bdef89ea0ca27e8aefa02877c59.tar.xz
glibc-ba580a176dd76bdef89ea0ca27e8aefa02877c59.zip
2006-03-06 Roland McGrath <roland@redhat.com>
	* Makefile (%.bz2, %.gz): New pattern rules.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 01985d9ba5..657fdeef73 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 $@