1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* common.mk (clear-installed-list): separated from install-prereq.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@12059 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2007-03-13 00:24:58 +00:00
parent c0d75f7a2e
commit f5022c8e44
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Tue Mar 13 09:25:10 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* common.mk (clear-installed-list): separated from install-prereq.
Tue Mar 13 06:38:43 2007 Akinori MUSHA <knu@iDaemons.org>
* NEWS: Reword and improve entries.

View file

@ -257,7 +257,11 @@ dont-install-doc::
post-no-install-doc::
@$(NULLCMD)
install-prereq:
CLEAR_INSTALLED_LIST = clear-installed-list
install-prereq: $(CLEAR_INSTALLED_LIST)
clear-installed-list:
@exit > $(INSTALLED_LIST)
clean: clean-ext clean-local