| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | build system: try harder to detect Windows hosts | Ron Yorston | 2024-01-02 | 1 | -3/+5 |
| | | | | | | | | | | | Commit 7390f29cf (build system: allow building with w64devkit) checked the target of the host compiler to determine if it was Windows. This relied on the target being a triple of the form *-*-mingw32. Some compilers have a target of the form *-*-windows-gnu. Allow for this too. | ||||
| * | build system: allow building with w64devkit | Ron Yorston | 2022-10-30 | 1 | -2/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | Make some adjustments to the build system to allow busybox-w32 to be built with w64devkit: - Strip drive prefix from CURDIR in Makefile to avoid confusing make with colons. - Limit file redirection to a subshell in the usage_compressed and embedded_scripts scripts. Otherwise it isn't possible to move the open generated file on Windows. - Change the option tests in Kbuild.include to allow for /dev/null not existing on Windows. - Create host binaries without a '.exe' extension. Otherwise they're rebuilt more often than necessary. - Modify split-include.c to allow for Windows' popen() not expanding wildcards. (GitHub issue #239) | ||||
| * | *: trailing empty lines removed | Denys Vlasenko | 2010-07-26 | 1 | -1/+0 |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | *: whitespace fixes, no code changes | Denis Vlasenko | 2008-03-24 | 1 | -1/+1 |
| | | |||||
| * | Trailing whitespace removal over entire tree | Denis Vlasenko | 2007-01-11 | 1 | -1/+1 |
| | | |||||
| * | build system overhaul | Denis Vlasenko | 2006-10-05 | 1 | -0/+156 |
