| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Recent binaries released on frippery.org use the time of the
latest commit as the build time. This is achieved through the
SOURCE_DATE_EPOCH environment variable, which is respected by
the upstream BusyBox build system.
The sample build scripts have been updated to do the same. This
doesn't result in perfectly reproducible builds as the toolchains
used don't all support SOURCE_DATE_EPOCH.
Add some more details to the README file.
|
| | |
|
| |
|
|
|
| |
Update the mkrelease script to include cross-compilation of the
Windows on ARM binary on Linux using llvm-mingw.
|
| |
|
|
|
| |
Update the mkprerelease script to include cross-compilation of
the Windows on ARM binary on Linux using llvm-mingw.
|
| |
|
|
|
|
|
|
|
| |
When the UTF8 manifest is included in the binary and ACP isn't UTF8
fail at once. This avoids raising false hopes if the binary is run
on Window 7/8. On Windows XP it won't even run.
When the busybox applet is run without arguments always report the
build-time configuration of globbing and the UTF8 manifest.
|
| | |
|
|
|
Supply the scripts used to build release and prerelease busybox-w32.
(GitHub issue #330)
|