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 | f797994afe9d645fcf6d5fd6572e0a0af39fd6a3 (patch) | |
| tree | 15e83f7bf5aa59daa24152af2938adafd6c5a4d2 /.gitignore | |
| parent | 40dd1bc167965484486c695cc3266ab2f68f98f6 (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 2f876cbc0f6d..e232a5065151 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ /makefile.mk /set_soenv /visibility.cxx +/post_download # misc /set_soenv.last |
