aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-13 00:24:58 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-13 00:24:58 +0000
commit140fb1bae3e8110cc1070bdc66d51a84c7e875bd (patch)
tree42c7296eef0790ccefb3bae4837a486c6f1276ce /common.mk
parent060b6318963aba7516c7f3385d0385cc95bd4241 (diff)
downloadruby-140fb1bae3e8110cc1070bdc66d51a84c7e875bd.tar.gz
* 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
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 833f8f980e..536d996378 100644
--- a/common.mk
+++ b/common.mk
@@ -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