summaryrefslogtreecommitdiffstats
path: root/tools/configure/Makefile.mingw
Commit message (Collapse)AuthorAgeFilesLines
* Fix MinGW configure bootstrapJonathan Liu2012-02-251-3/+31
| | | | | | | | Makefile.mingw was using the test command which requires sh.exe. This adds support for bootstrap using cmd.exe instead. Change-Id: Ieb67843170d2745ce119cc8feaa5433aa82fd7d7 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* bootstrap configure.exe on windowsOswald Buddenhagen2012-02-161-0/+92
it is *ugly* to have the binary in the repository. this adds a few seconds to the windows build, as the configure needs to be rebuilt, obviously. that's almost negligible. Change-Id: I40ffde23b3c3af2b6bab3e78cd0a9f433214b563 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>