mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +00:00
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
|
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.
|
# Do `make dist dist-version=X.Y.Z' to make tar files of an older version.
|
||||||
dist-version = $(version)
|
dist-version = $(version)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user