diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-01-23 02:50:23 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-01-23 02:50:23 +0000 |
commit | 17b748df2bebc3e02abcf48c06ad73469b642779 (patch) | |
tree | ab182f369cdbe4fa47dcb8cd3cc5602445c15c69 /.gitignore | |
parent | ee9f6fdfada57679e2a434ce2f438a6bda20a5ad (diff) | |
download | ruby-17b748df2bebc3e02abcf48c06ad73469b642779.tar.gz |
Parallel ext configuration
* ext/configure-ext.mk: configure each directories underneath ext
in parallel.
* template/exts.mk.tmpl: then collect the results.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index cc09ab9b04..d028b7e436 100644 --- a/.gitignore +++ b/.gitignore @@ -137,6 +137,8 @@ y.tab.c # /ext/ /ext/extinit.c +/ext/configure-ext.mk +/ext/*/exts.mk # /ext/-test-/win32/dln/ /ext/-test-/win32/dln/dlntest.exp |