mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
common.mk: make bin directory
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59932 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
274c6180b7
commit
65055fe244
2 changed files with 7 additions and 3 deletions
|
@ -265,9 +265,6 @@ $(ruby_pc):
|
|||
ruby-runner.h: template/ruby-runner.h.in
|
||||
@./config.status --file=$@:$(srcdir)/template/$(@F).in
|
||||
|
||||
bin/$(PROGRAM): ruby-runner.c ruby-runner.h
|
||||
$(Q) $(PURIFY) $(CC) $(CFLAGS) $(CPPFLAGS) -DRUBY_INSTALL_NAME=$(@F) $(LDFLAGS) $(LIBS) $(OUTFLAG)$@ $<
|
||||
|
||||
$(RBCONFIG): $(PREP)
|
||||
|
||||
rbconfig.rb: $(RBCONFIG)
|
||||
|
|
|
@ -777,6 +777,13 @@ $(PLATFORM_D):
|
|||
$(Q) $(MAKEDIRS) $(PLATFORM_DIR) $(@D)
|
||||
@exit > $@
|
||||
|
||||
bin/$(PROGRAM): ruby-runner.c ruby-runner.h $(TIMESTAMPDIR)/.bin.time
|
||||
$(Q) $(PURIFY) $(CC) $(CFLAGS) $(CPPFLAGS) -DRUBY_INSTALL_NAME=$(@F) $(LDFLAGS) $(LIBS) $(OUTFLAG)$@ $<
|
||||
|
||||
$(TIMESTAMPDIR)/.bin.time:
|
||||
$(Q) $(MAKEDIRS) bin $(@D)
|
||||
$(Q) exit > $@
|
||||
|
||||
$(BUILTIN_ENCOBJS) $(BUILTIN_TRANSOBJS): $(ENC_TRANS_D)
|
||||
|
||||
$(ENC_TRANS_D):
|
||||
|
|
Loading…
Reference in a new issue