2004-10-22 Roland McGrath <roland@frob.com>

* Makefile (%.bz2, %.gz): Move these pattern rules ...
	* Makerules: ... to here.
This commit is contained in:
Roland McGrath 2004-10-23 20:10:40 +00:00
parent 17a1031933
commit 220addf73a
2 changed files with 2 additions and 3 deletions

View File

@ -299,9 +299,6 @@ $(foreach dir,$(dist-separate),
)
endef
%.bz2: %; bzip2 -9vk $<
%.gz: %; gzip -9vnc $< > $@.new && mv -f $@.new $@
# Do `make dist dist-version=X.Y.Z' to make tar files of an older version.
dist-version = $(version)

View File

@ -1328,6 +1328,8 @@ FORCE:
echo-headers:
@echo $(headers)
%.bz2: %; bzip2 -9vk $<
%.gz: %; gzip -9vnc $< > $@.new && mv -f $@.new $@
# Common cleaning targets.