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/trunk@12059 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
060b631896
commit
140fb1bae3
2 changed files with 9 additions and 1 deletions
|
@ -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 07:23:20 2007 Shugo Maeda <shugo@ruby-lang.org>
|
||||
|
||||
* lib/monitor.rb (mon_try_enter): call @mon_muetx.try_lock.
|
||||
|
|
|
@ -280,7 +280,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
|
||||
|
|
Loading…
Reference in a new issue