summaryrefslogtreecommitdiff
path: root/defs/gmake.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-09-09 00:21:40 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-09-09 00:21:54 +0900
commit8d53b2cdf8e4f175876f184e4f74fb6125204cc8 (patch)
treea6ab8c4a5d187247c78a98c39cf5cc821c87b7bc /defs/gmake.mk
parent3ef76ce44a3308871e7b4d6158cc880a8dfa9949 (diff)
Use target-specific variable instead of a conditional [ci skip]
And test-rubyspec is deprecated.
Diffstat (limited to 'defs/gmake.mk')
-rw-r--r--defs/gmake.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/defs/gmake.mk b/defs/gmake.mk
index 49346ef81c..5c2abe1157 100644
--- a/defs/gmake.mk
+++ b/defs/gmake.mk
@@ -90,13 +90,8 @@ sudo-precheck: test yes-test-testframework no-test-testframework
install-prereq: sudo-precheck
yes-test-all no-test-all: install
endif
-ifneq ($(filter love install reinstall,$(MAKECMDGOALS)),)
# Cross referece needs to parse all files at once
-RDOCFLAGS = --force-update
-endif
-ifneq ($(filter great,$(MAKECMDGOALS)),)
-love: test-rubyspec
-endif
+love install reinstall: RDOCFLAGS = --force-update
$(srcdir)/missing/des_tables.c: $(srcdir)/missing/crypt.c
ifeq ($(if $(filter yes,$(CROSS_COMPILING)),,$(CC)),)