| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
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).
|
| |
|
| |
|
|
|
|
|
| |
libdir is already architecture-qualified, so --with-multiarch adds the
host architecture into library paths a second time.
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|