1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Use target-specific variable instead of a conditional [ci skip]

And test-rubyspec is deprecated.
This commit is contained in:
Nobuyoshi Nakada 2019-09-09 00:21:40 +09:00
parent 3ef76ce44a
commit 8d53b2cdf8
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -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)),)