summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-07-15 06:17:29 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-07-15 06:17:31 +0900
commite8b6f6303999fd39d367d3eb114193faad13bbca (patch)
tree99699ea5d4d2235dcd89c0a2605f997815c60f79 /common.mk
parent364f43ab7fc5920247fc73423c1428208cf78a4a (diff)
Drop `make change` and tool/change_maker.rb
because we're not writing ChangeLog anymore.
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/common.mk b/common.mk
index a2ee72b254..3ea2882489 100644
--- a/common.mk
+++ b/common.mk
@@ -1459,9 +1459,6 @@ info-libruby_so: PHONY
info-arch: PHONY
@echo arch=$(arch)
-change: PHONY
- $(BASERUBY) -C "$(srcdir)" ./tool/change_maker.rb $(CHANGES) > change.log
-
exam: check
love: sudo-precheck up all test exam install
@@ -1514,7 +1511,6 @@ help: PHONY
" install-cross: install cross compiling stuff" \
" clean: clean for tarball" \
" distclean: clean for repository" \
- " change: make change log template" \
" golf: for golfers" \
" goruby: same as golf" \
$(HELP_EXTRA_TASKS) \