mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Executable scripts have been moved to libexec [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66081 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4471d4a3e5
commit
5a9066f22a
1 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@ endif
|
|||
STUBPROGRAM = rubystub$(EXEEXT)
|
||||
IGNOREDPATTERNS = %~ .% %.orig %.rej \#%\#
|
||||
SCRIPTBINDIR := $(if $(EXEEXT),,exec/)
|
||||
SCRIPTPROGRAMS = $(addprefix $(SCRIPTBINDIR),$(addsuffix $(EXEEXT),$(filter-out $(IGNOREDPATTERNS),$(notdir $(wildcard $(srcdir)/bin/*)))))
|
||||
SCRIPTPROGRAMS = $(addprefix $(SCRIPTBINDIR),$(addsuffix $(EXEEXT),$(filter-out $(IGNOREDPATTERNS),$(notdir $(wildcard $(srcdir)/libexec/*)))))
|
||||
|
||||
stub: $(STUBPROGRAM)
|
||||
scriptbin: $(SCRIPTPROGRAMS)
|
||||
|
@ -189,7 +189,7 @@ endif
|
|||
#
|
||||
# $ make rdoc:Integer#+
|
||||
rdoc\:%: PHONY
|
||||
$(Q)$(RUNRUBY) $(srcdir)/bin/ri --no-standard-docs --doc-dir=$(RDOCOUT) $(patsubst rdoc:%,%,$@)
|
||||
$(Q)$(RUNRUBY) $(srcdir)/libexec/ri --no-standard-docs --doc-dir=$(RDOCOUT) $(patsubst rdoc:%,%,$@)
|
||||
|
||||
test_%.rb test/%: programs PHONY
|
||||
+$(Q)$(exec) $(RUNRUBY) "$(srcdir)/test/runner.rb" --ruby="$(RUNRUBY)" $(TEST_EXCLUDES) $(TESTOPTS) $(patsubst test/%,%,$@)
|
||||
|
|
Loading…
Add table
Reference in a new issue