* common.mk (install-all): maybe typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26260 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f01d580142
commit
f383363034
@ -1,3 +1,7 @@
|
|||||||
|
Sat Jan 9 14:20:54 2010 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* common.mk (install-all): maybe typo.
|
||||||
|
|
||||||
Sat Jan 9 14:01:14 2010 NAKAMURA Usaku <usa@ruby-lang.org>
|
Sat Jan 9 14:01:14 2010 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
* missing/vsnprintf.c (BSD_vfprintf): get rid of a warning of VC++ x64.
|
* missing/vsnprintf.c (BSD_vfprintf): get rid of a warning of VC++ x64.
|
||||||
|
@ -178,7 +178,7 @@ ruby.imp: $(EXPORTOBJS)
|
|||||||
install: install-$(INSTALLDOC)
|
install: install-$(INSTALLDOC)
|
||||||
docs: $(DOCTARGETS)
|
docs: $(DOCTARGETS)
|
||||||
|
|
||||||
install-all: doc pre-install-all do-install-all post-install-all
|
install-all: docs pre-install-all do-install-all post-install-all
|
||||||
pre-install-all:: pre-install-local pre-install-ext pre-install-doc
|
pre-install-all:: pre-install-local pre-install-ext pre-install-doc
|
||||||
do-install-all: $(PROGRAM)
|
do-install-all: $(PROGRAM)
|
||||||
$(INSTRUBY) --make="$(MAKE)" $(INSTRUBY_ARGS) --install=all --rdoc-output="$(RDOCOUT)"
|
$(INSTRUBY) --make="$(MAKE)" $(INSTRUBY_ARGS) --install=all --rdoc-output="$(RDOCOUT)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user