* 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
@ -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>
|
Mon Sep 29 22:54:51 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* win32/file.c (append_wstr): set expanded length, not length of
|
* win32/file.c (append_wstr): set expanded length, not length of
|
||||||
|
@ -1075,11 +1075,10 @@ dist:
|
|||||||
up::
|
up::
|
||||||
-$(Q)$(MAKE) $(MFLAGS) REVISION_FORCE=PHONY "$(REVISION_H)"
|
-$(Q)$(MAKE) $(MFLAGS) REVISION_FORCE=PHONY "$(REVISION_H)"
|
||||||
|
|
||||||
update-config_files: $(srcdir)/tool/config.guess $(srcdir)/tool/config.sub
|
update-config_files:
|
||||||
$(srcdir)/tool/config.guess:
|
$(Q) $(BASERUBY) -C "$(srcdir)/tool" \
|
||||||
$(Q) $(BASERUBY) -C $(@D) get-config_files $(@F)
|
../tool/downloader.rb gnu \
|
||||||
$(srcdir)/tool/config.sub:
|
config.guess config.sub
|
||||||
$(Q) $(BASERUBY) -C $(@D) get-config_files $(@F)
|
|
||||||
|
|
||||||
update-gems: PHONY
|
update-gems: PHONY
|
||||||
$(ECHO) Downloading bundled gem files...
|
$(ECHO) Downloading bundled gem files...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user