diff options
author | Eric Andersen | 1999-11-22 06:01:01 +0000 |
---|---|---|
committer | Eric Andersen | 1999-11-22 06:01:01 +0000 |
commit | 5d44d1fda593248c154ec68b38ce946a69f9b0fc (patch) | |
tree | 3c9c2fe966a64b69a46897de94771fc3dde50b01 /Changelog | |
parent | 0f4c0848c7057dd696d82f9a0ca5cc8749a4131a (diff) | |
download | busybox-5d44d1fda593248c154ec68b38ce946a69f9b0fc.zip busybox-5d44d1fda593248c154ec68b38ce946a69f9b0fc.tar.gz |
Stuf
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,7 +1,9 @@ 0.37 * Fixed 'make install' so symlinks are installed in their proper locations. - * Changed the build system slightly so that features can now be enables - or disabled from the busybox.defs.h header file, which is much more sane. + * Changed the build system slightly so that features can now be enabled + or disabled from the busybox.defs.h header file, without trying to + compile in a source file named after that featue (unless that file exists). + * Several options are now moved into busybox.defs.h * Now 'rm -R' and 'rm -r' both work. * dd now properly handles input beyond 1 block from stdin. |