mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
||||
* missing/vsnprintf.c (BSD_vfprintf): get rid of a warning of VC++ x64.
|
||||
|
|
|
@ -178,7 +178,7 @@ ruby.imp: $(EXPORTOBJS)
|
|||
install: install-$(INSTALLDOC)
|
||||
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
|
||||
do-install-all: $(PROGRAM)
|
||||
$(INSTRUBY) --make="$(MAKE)" $(INSTRUBY_ARGS) --install=all --rdoc-output="$(RDOCOUT)"
|
||||
|
|
Loading…
Reference in a new issue