2006-03-06 Roland McGrath <roland@redhat.com>

* Makefile (%.bz2, %.gz): New pattern rules.
This commit is contained in:
Roland McGrath 2006-03-06 11:05:27 +00:00
parent b834ecbda3
commit ba580a176d

View File

@ -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 $@