From: Roland McGrath Date: Sat, 23 Oct 2004 20:10:40 +0000 (+0000) Subject: 2004-10-22 Roland McGrath X-Git-Tag: upstream/2.30~17280 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=220addf73a65c84f6a5992c4e44f49598af42ffb;p=external%2Fglibc.git 2004-10-22 Roland McGrath * Makefile (%.bz2, %.gz): Move these pattern rules ... * Makerules: ... to here. --- diff --git a/Makefile b/Makefile index 4357ea9..50ee40c 100644 --- a/Makefile +++ b/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) diff --git a/Makerules b/Makerules index 09a6b1f..7c6feb7 100644 --- a/Makerules +++ b/Makerules @@ -1328,6 +1328,8 @@ FORCE: echo-headers: @echo $(headers) +%.bz2: %; bzip2 -9vk $< +%.gz: %; gzip -9vnc $< > $@.new && mv -f $@.new $@ # Common cleaning targets.