mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk: Add dependencies for include/ruby.h
* tool/update-deps: Use "make -p all miniruby ruby golf" to extract deendencies in makefiles. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40246 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
656abe3920
commit
96d811efac
3 changed files with 13 additions and 6 deletions
|
@ -19,7 +19,7 @@ ENV['LC_ALL'] = 'C'
|
|||
|
||||
def read_make_deps(cwd)
|
||||
dependencies = {}
|
||||
make_p = `make -p all golf 2> /dev/null`
|
||||
make_p = `make -p all miniruby ruby golf 2> /dev/null`
|
||||
dirstack = [cwd]
|
||||
make_p.scan(%r{Entering directory `(.*)'|Leaving directory `(.*)'|^([/0-9a-zA-Z._-]+):(.*)}) {
|
||||
if $1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue