diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-11-27 09:22:05 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-11-30 20:25:22 -0600 |
commit | dbb47cc3ff5799f2da403f93a4bbc6553ec1bda4 (patch) | |
tree | 77fc7313be4ddc3e0a1000cff3d3482e0963c123 /.gitignore | |
parent | 982527195a5f64e9585796f18c18de9e0f2b4b93 (diff) |
exile some download-dependent configure test into a post_download step
on windows, the configure check that some dll/exe are present.
these are in fact automatically downloaded by the ./download script.
but that script is run _after_ ./configure.
So the tests are postponed and run in a post_download script that is
invoked at the end of the download script.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2f876cbc0..e232a5065 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ /makefile.mk /set_soenv /visibility.cxx +/post_download # misc /set_soenv.last |