Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mxe-conf: prevent touching a file in readonly dir | Boris Nagaev | 2016-01-25 | 1 | -1/+3 |
| | | | | fix #1199 | ||||
* | mxe-conf: fix for touchin readonly directory | Tony Theodore | 2016-01-21 | 1 | -1/+1 |
| | |||||
* | Makefile and mxe-conf: create basic non-empty directory hierarchy | Tony Theodore | 2016-01-12 | 1 | -6/+13 |
| | | | | | https://github.com/mxe/mxe/pull/1061/files#r49049496 https://github.com/mxe/mxe/issues/1111#issuecomment-169280181 | ||||
* | mxe-conf: create .gitkeep in CMAKE_TOOLCHAIN_DIR | Boris Nagaev | 2016-01-12 | 1 | -0/+1 |
| | | | | It is needed for build-pkg and #1111, Git doesn't see empty directories. | ||||
* | cmake wrapper: use common TryRunResults.cmake | Tony Theodore | 2015-12-01 | 1 | -1/+4 |
| | |||||
* | Build native version of cmake | Tony Theodore | 2015-11-27 | 1 | -2/+2 |
| | | | | | | * install in MXE native path so only visible to MXE sessions and wrapper scripts * remove from requirements * no MXE patches or pkg updates yet | ||||
* | mxe-conf: create always failing wine dummy | Boris Nagaev | 2015-11-15 | 1 | -0/+8 |
| | | | | | | | | | | | | | Now dlfcn-win32 can't detect wine. From log/dlfcn-win32_i686-w64-mingw32.static: static: yes shared: no wine: Previously wine was set to "yes wine". fix #995 | ||||
* | mxe-conf: create readonly dir in _BUILD_$(BUILD) | Boris Nagaev | 2015-11-15 | 1 | -3/+3 |
| | | | | | | This directory (WINEPREFIX=$(PREFIX)/readonly) is not target specific. It is created once instead of being created for each target. | ||||
* | [style] remove empty line between related commands | Boris Nagaev | 2015-11-15 | 1 | -1/+0 |
| | |||||
* | mxe-conf: add CMAKE_PREFIX_PATH to toolchain file | Tony Theodore | 2015-10-27 | 1 | -0/+1 |
| | | | | see #904 | ||||
* | mxe-conf: consolidate rules and install cmake modules under usr | Tony Theodore | 2015-10-25 | 1 | -12/+14 |
| | |||||
* | cmake: no -DCMAKE_TOOLCHAIN_FILE with some options | Boris Nagaev | 2015-10-15 | 1 | -3/+15 |
| | | | | | | | | | | CMake with a toolchain file doesn't work properly in some modes. * --build * --system-information * -E close #932 | ||||
* | cmake modules: use less warning-like status messages | Tony Theodore | 2015-10-04 | 1 | -0/+1 |
| | |||||
* | move cmake modules to src/cmake/modules | Tony Theodore | 2015-10-03 | 1 | -2/+1 |
| | |||||
* | set WINEPREFIX to a readonly directory to force wine to fail | Tony Theodore | 2015-09-30 | 1 | -0/+3 |
| | | | | fixes #841 | ||||
* | mxe-conf: basic sanity checking of autotools | Tony Theodore | 2015-09-13 | 1 | -0/+12 |
| | | | | in the spirit of ./configure, detect capabilities instead of versions | ||||
* | mxe-conf: add note about ac_cv_build | Tony Theodore | 2015-09-12 | 1 | -0/+1 |
| | |||||
* | mxe-conf: create prefixed cmake wrapper script | Tony Theodore | 2015-09-12 | 1 | -0/+6 |
| | |||||
* | Move general configuration from pkgconf to mxe-conf and add cmake/mxe-conf.d | Tony Theodore | 2015-09-12 | 1 | -0/+61 |
| | |||||
* | Makefile: include mxe-conf as an order-only dep of all packages | Tony Theodore | 2015-09-12 | 1 | -0/+6 |
Order-only deps have the benefit of guaranteed early execution and not requiring full rebuilds. It isn't a real package, so we don't want an entry in index.html. |