2004-10-22 Roland McGrath <roland@frob.com>
* Makefile (%.bz2, %.gz): Move these pattern rules ... * Makerules: ... to here.
This commit is contained in:
parent
17a1031933
commit
220addf73a
3
Makefile
3
Makefile
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user