summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2009-10-28 15:27:43 -0700
committerAndreas Schwab <schwab@redhat.com>2009-11-16 17:58:50 +0100
commit56ddc4bb74c8ab22c93f6e1a75d93afd9782ebce (patch)
treeebd2864d969c5f219d603bc1b79e76ce2e00ac7a /Makerules
parent6c7deb9def4134856b0aded540bfe2eec9fded4b (diff)
New simplified make dist using git archive.
(cherry picked from commit 6cfe8609b890f33e6c7235549cb02c3c6a0f3820)
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.