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:
parent
3ef76ce44a
commit
8d53b2cdf8
1 changed files with 1 additions and 6 deletions
|
@ -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)),)
|
||||
|
|
Loading…
Reference in a new issue