aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 $@