* tool/update-deps: Use "make -p all golf" to extract deendencies in
makefiles. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40243 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bf4739ffdc
commit
639356eacd
@ -1,3 +1,8 @@
|
|||||||
|
Thu Apr 11 23:21:17 2013 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
|
* tool/update-deps: Use "make -p all golf" to extract deendencies in
|
||||||
|
makefiles.
|
||||||
|
|
||||||
Thu Apr 11 21:02:19 2013 Tanaka Akira <akr@fsij.org>
|
Thu Apr 11 21:02:19 2013 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
* common.mk: Dependency updated.
|
* common.mk: Dependency updated.
|
||||||
|
@ -19,7 +19,7 @@ ENV['LC_ALL'] = 'C'
|
|||||||
|
|
||||||
def read_make_deps(cwd)
|
def read_make_deps(cwd)
|
||||||
dependencies = {}
|
dependencies = {}
|
||||||
make_p = `make -p 2> /dev/null`
|
make_p = `make -p all golf 2> /dev/null`
|
||||||
dirstack = [cwd]
|
dirstack = [cwd]
|
||||||
make_p.scan(%r{Entering directory `(.*)'|Leaving directory `(.*)'|^([/0-9a-zA-Z._-]+):(.*)}) {
|
make_p.scan(%r{Entering directory `(.*)'|Leaving directory `(.*)'|^([/0-9a-zA-Z._-]+):(.*)}) {
|
||||||
if $1
|
if $1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user