summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-24 16:34:56 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-24 16:34:56 +0000
commitfeacd3c2e077e26c266d8f3f6bafad2be71a72d2 (patch)
tree7e3bde51bb1d25203c1c4e368aa16c16825949a6 /common.mk
parentc5d52c3bb35690b1190dc17f8761fb53fa07863c (diff)
* Makefile.in (install-cross): target to install cross-compiling
stuff. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29339 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 34aa182a9a..4cc746d2de 100644
--- a/common.mk
+++ b/common.mk
@@ -858,6 +858,7 @@ help: PHONY
@echo " benchmark benchmark this ruby and COMPARE_RUBY"
@echo " install: install all ruby distributions"
@echo " install-nodoc: install without rdoc"
+ @echo " install-cross: install cross compiling staff"
@echo " clean: clean for tarball"
@echo " distclean: clean for repo"
@echo " change: make change log template"