summaryrefslogtreecommitdiff
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
commitf5022c8e442e2b566931d0ea07fa0a3e5c1e1414 (patch)
tree105b7f3c02e40f09fbd28ce0fce1733df89363fb
parentc0d75f7a2e5140e42e493fc5d0538d4e4f0240ba (diff)
* 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
-rw-r--r--ChangeLog4
-rw-r--r--common.mk6
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 85bd29e8e2..8448f9dae6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/common.mk b/common.mk
index f751fecfb5..71df932537 100644
--- a/common.mk
+++ b/common.mk
@@ -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