diff options
author | Roland McGrath <roland@redhat.com> | 2009-10-28 15:27:43 -0700 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2009-10-30 03:30:14 -0700 |
commit | 6cfe8609b890f33e6c7235549cb02c3c6a0f3820 (patch) | |
tree | 48d906388c98aef40c6cffdc11f62eb4efec97b8 /Makerules | |
parent | 25db0f6ca996f799de308aa2dc7c62caa99ee9dc (diff) | |
download | glibc-6cfe8609b890f33e6c7235549cb02c3c6a0f3820.tar glibc-6cfe8609b890f33e6c7235549cb02c3c6a0f3820.tar.gz glibc-6cfe8609b890f33e6c7235549cb02c3c6a0f3820.tar.bz2 glibc-6cfe8609b890f33e6c7235549cb02c3c6a0f3820.zip |
New simplified make dist using git archive.
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |