зеркало из https://github.com/github/ruby.git
Moved REVISION_FORCE before uncommon.mk
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
5f376ce0a7
Коммит
c878cf5030
|
@ -4,10 +4,6 @@ override gnumake_recursive := $(if $(findstring n,$(firstword $(MFLAGS))),,+)
|
|||
override mflags := $(filter-out -j%,$(MFLAGS))
|
||||
MSPECOPT += $(if $(filter -j%,$(MFLAGS)),-j)
|
||||
|
||||
ifeq ($(HAVE_BASERUBY),yes)
|
||||
override REVISION_FORCE := PHONY
|
||||
endif
|
||||
|
||||
CHECK_TARGETS := great exam love check test check% test% btest%
|
||||
# expand test targets, and those dependents
|
||||
TEST_TARGETS := $(filter $(CHECK_TARGETS),$(MAKECMDGOALS))
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
include Makefile
|
||||
|
||||
ifeq ($(HAVE_BASERUBY),yes)
|
||||
override REVISION_FORCE := PHONY
|
||||
endif
|
||||
|
||||
include $(srcdir)/defs/universal.mk
|
||||
-include uncommon.mk
|
||||
include $(srcdir)/defs/gmake.mk
|
||||
|
|
Загрузка…
Ссылка в новой задаче