mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk: fixed broken reference of update-config_files task
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ef9d134951
commit
d3a405b973
2 changed files with 8 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Sep 30 09:51:46 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||
|
||||
* common.mk: fixed broken reference of update-config_files task
|
||||
|
||||
Mon Sep 29 22:54:51 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* win32/file.c (append_wstr): set expanded length, not length of
|
||||
|
|
|
@ -1075,11 +1075,10 @@ dist:
|
|||
up::
|
||||
-$(Q)$(MAKE) $(MFLAGS) REVISION_FORCE=PHONY "$(REVISION_H)"
|
||||
|
||||
update-config_files: $(srcdir)/tool/config.guess $(srcdir)/tool/config.sub
|
||||
$(srcdir)/tool/config.guess:
|
||||
$(Q) $(BASERUBY) -C $(@D) get-config_files $(@F)
|
||||
$(srcdir)/tool/config.sub:
|
||||
$(Q) $(BASERUBY) -C $(@D) get-config_files $(@F)
|
||||
update-config_files:
|
||||
$(Q) $(BASERUBY) -C "$(srcdir)/tool" \
|
||||
../tool/downloader.rb gnu \
|
||||
config.guess config.sub
|
||||
|
||||
update-gems: PHONY
|
||||
$(ECHO) Downloading bundled gem files...
|
||||
|
|
Loading…
Reference in a new issue