mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
now can do make goruby
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63478 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7cdc78e284
commit
2eebf5a17e
1 changed files with 4 additions and 1 deletions
|
@ -294,8 +294,11 @@ miniruby$(EXEEXT): config.status $(ALLOBJS) $(ARCHFILE)
|
|||
objs: $(ALLOBJS)
|
||||
|
||||
GORUBY = go$(RUBY_INSTALL_NAME)
|
||||
golf: $(LIBRUBY) $(GOLFOBJS) PHONY
|
||||
GOLF = $(GORUBY)
|
||||
golf: $(GOLF)
|
||||
$(GOLF): $(LIBRUBY) $(GOLFOBJS) PHONY
|
||||
$(Q) $(MAKE) $(mflags) \
|
||||
GOLF=golf2 \
|
||||
MAINOBJ=goruby.$(OBJEXT) \
|
||||
EXTOBJS="golf_prelude.$(OBJEXT) $(EXTOBJS)" \
|
||||
PROGRAM=$(GORUBY)$(EXEEXT) \
|
||||
|
|
Loading…
Reference in a new issue