summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* badblocks, e2fsprogs: Fix broken u-a linksPatrick McDermott2021-01-291-1/+1
|
* badblocks, e2fsprogs: u-a all the executablesPatrick McDermott2021-01-081-0/+10
|
* Install libraries and executables under / not /usrPatrick McDermott2021-01-081-3/+12
| | | | | | BusyBox installs its versions of these executables under /, which really makes more sense, for example in case /usr is on a different and corrupted file system (/usr can't be checked if fsck is on /usr).
* build: Remove Bash scriptsPatrick McDermott2021-01-071-0/+4
|
* build: Remove static librariesPatrick McDermott2021-01-071-0/+1
|
* build: Drop --with-multiarchPatrick McDermott2021-01-071-1/+0
| | | | | libdir is already architecture-qualified, so --with-multiarch adds the host architecture into library paths a second time.
* build: Set ac_cv_path_mkdirPatrick McDermott2021-01-071-1/+2
| | | | | | | Autoconf sets MKDIR_P to a relative path to its install-sh because it doesn't know BusyBox's mkdir supports "-p". e2fsprogs's Makefile.in runs child make processes under subdirectories, breaking the relative path to install-sh.
* build: Set configure optionsPatrick McDermott2021-01-071-1/+11
|
* Initial commitPatrick McDermott2021-01-071-0/+18