summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2009-10-28 15:27:43 -0700
committerRoland McGrath <roland@redhat.com>2009-10-30 03:30:14 -0700
commit6cfe8609b890f33e6c7235549cb02c3c6a0f3820 (patch)
tree48d906388c98aef40c6cffdc11f62eb4efec97b8 /Makerules
parent25db0f6ca996f799de308aa2dc7c62caa99ee9dc (diff)
New simplified make dist using git archive.
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makerules b/Makerules
index ab36e2f178..43fa5a701b 100644
--- a/Makerules
+++ b/Makerules
@@ -1,4 +1,4 @@
-# Copyright (C) 1991-2006, 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 1991-2006,2007,2008,2009 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
@@ -1335,6 +1335,7 @@ echo-headers:
%.bz2: %; bzip2 -9vk $<
%.gz: %; gzip -9vnc $< > $@.new && mv -f $@.new $@
+%.xz: %; xz -9evk $<
# Common cleaning targets.