Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-23 | Fix install with hardlinks and a custom PREFIX. Closes 10801 | Denys Vlasenko | |
Trying to install busybox with hardlinks and a custom PREFIX will fail for applets not in the /bin directory, because relative pathnames are used. applets/install.sh is *supposed to* use the absolute pathname for hardlinks but it fails to do so because the wrong check is used in the if statement. While fixing it, shore up other sloppy coding in applets/install.sh Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2018-01-04 | applets/install: accept more than one install option | Yann E. MORIN | |
Currently, it is impossible to pass more than one option to the isntall script, so it totally prevents using --noclobber. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2018-01-04 | applets/install: respect noclobber for script wrappers too | Yann E. MORIN | |
Simplify the handling of --noclobber so that it applies to all types of installation types, even to script wrappers. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2015-07-01 | applets: Add installation of individual binaries | Clayton Shotwell | |
Adding support to install individual binaries if the option is enabled. This also installs the shared libbusybox.so.* library. Signed-off-by: Clayton Shotwell <clshotwe@rockwellcollins.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2011-04-05 | applets/install.sh: afer quoting of variables | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2011-04-04 | fix install.sh | Denys Vlasenko | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2008-04-27 | cp: fix "cp -RL" to create regular files even if src is a symlink | Denis Vlasenko | |
2007-08-25 | support "#!/bin/busybox"-style wrappers. Needed for SELinux. | Denis Vlasenko | |
Patch by Yuichi Nakamura <ynakam@hitachisoft.jp> | |||
2007-07-21 | style fix (stray space before ';') | Denis Vlasenko | |
2006-06-07 | add a --noclobber flag | Mike Frysinger | |
2006-06-07 | add support for cleaning out previous busybox install | Mike Frysinger | |
2006-06-07 | dont install emtpy libdirs | Mike Frysinger | |
2006-06-07 | dont mix tabs and spaces, kthx | Mike Frysinger | |
2006-03-24 | When cross-compiling, the install directory for shared libraries has to come | Rob Landley | |
from gcc (target machine), not uname (host machine). | |||
2006-03-01 | - fixes parallel builds (make -j) | Bernhard Reutner-Fischer | |
- use less resources for the buildsystem itself | |||
2006-02-20 | add s390x to the list | Mike Frysinger | |
2006-01-19 | Update readme and install.sh usage message. | Rob Landley | |
2006-01-15 | - shared libbusybox. | Bernhard Reutner-Fischer | |
- IMA compilation option (aka IPO, IPA,..) Please holler if i broke something.. | |||
2005-12-15 | The rest of Yann E. Morin's install revamp. | Rob Landley | |
2001-03-08 | Per Vladimir's suggestion, force the locale to POSIX for all | Eric Andersen | |
the scripts so busybox will install properly. | |||
2000-07-28 | Disabled debugging output | Pavel Roskin | |
Fine-grained checks for possible errors instead of "set -e" The standard output shows what is being linked to what | |||
2000-07-25 | Clean up $1=$prefix | Eric Andersen | |
-Erik | |||
2000-07-20 | Adjusted install.sh to use relative symlinks, and to optionally | Eric Andersen | |
create hardlinks. Added a makefile target to create hardlinks. -Erik | |||
2000-04-18 | Fix creation of /linuxrc | Erik Andersen | |
-Erik | |||
2000-02-11 | Updates | Erik Andersen | |
-Erik | |||
1999-12-07 | Stuf | Eric Andersen | |
1999-12-03 | Stuf | Eric Andersen | |
1999-11-22 | Bug fixes | Eric Andersen | |
1999-11-22 | Stuf | Eric Andersen | |
1999-11-22 | Fix bugs | Eric Andersen | |
1999-11-19 | Stuf | Eric Andersen | |
1999-11-15 | Updates | Eric Andersen | |
1999-11-12 | Adjust install a bit... | Eric Andersen | |