summaryrefslogtreecommitdiff
path: root/libc/Makerules
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2009-10-30 17:58:03 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2009-10-30 17:58:03 +0000
commitbcc37abc0abd384886ad532b3e13c3c9579da0c1 (patch)
treee67f114b1e2098264a6737bdb79cfaa248b4e0b2 /libc/Makerules
parent7bda88f34e2e6e190fe3d0ab32750f8a2cb89a2d (diff)
downloadeglibc2-bcc37abc0abd384886ad532b3e13c3c9579da0c1.tar.gz
Merge changes between r9152 and r9169 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@9170 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/Makerules')
-rw-r--r--libc/Makerules3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/Makerules b/libc/Makerules
index 7ed98b800..24e735585 100644
--- a/libc/Makerules
+++ b/libc/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
@@ -1401,6 +1401,7 @@ echo-headers:
%.bz2: %; bzip2 -9vk $<
%.gz: %; gzip -9vnc $< > $@.new && mv -f $@.new $@
+%.xz: %; xz -9evk $<
# Common cleaning targets.