Skip to content

Commit

Permalink
2004-10-22 Roland McGrath <roland@frob.com>
Browse files Browse the repository at this point in the history
	* Makefile (%.bz2, %.gz): Move these pattern rules ...
	* Makerules: ... to here.
  • Loading branch information
Roland McGrath committed Oct 23, 2004
1 parent 17a1031 commit 220addf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 2 additions & 0 deletions Makerules
Original file line number Diff line number Diff line change
Expand Up @@ -1328,6 +1328,8 @@ FORCE:
echo-headers:
@echo $(headers)

%.bz2: %; bzip2 -9vk $<
%.gz: %; gzip -9vnc $< > $@.new && mv -f $@.new $@

# Common cleaning targets.

Expand Down

0 comments on commit 220addf

Please sign in to comment.