Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-08 | egor duda writes: | Eric Andersen | |
Hi! I've created a patch to busybox' build system to allow building it in separate tree in a manner similar to kbuild from kernel version 2.6. That is, one runs command like 'make O=/build/some/where/for/specific/target/and/options' and everything is built in this exact directory, provided that it exists. I understand that applyingc such invasive changes during 'release candidates' stage of development is at best unwise. So, i'm currently asking for comments about this patch, starting from whether such thing is needed at all to whether it coded properly. 'make check' should work now, and one make creates Makefile in build directory, so one can run 'make' in build directory after that. One possible caveat is that if we build in some directory other than source one, the source directory should be 'distclean'ed first. egor | |||
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2003-12-20 | New applet, rx, by Christopher Hoover | Glenn L McGrath | |
2003-10-22 | the dc applet now needs libm | Eric Andersen | |
-Erik | |||
2003-10-09 | New applet, devfsd, by Matteo Croce and Tito | Glenn L McGrath | |
2003-08-08 | Implement a minimalist 'last' which allows the LEAF project to | Eric Andersen | |
no longer need dumtp. Remove the 'dumtp' applet. -Erik | |||
2003-07-22 | Remove the update utility, that is only relevant to older 2.0.x kernels | Eric Andersen | |
that are no longer supported. | |||
2003-07-22 | Matteo Croce submitted a hdparm applet. | Eric Andersen | |
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | |
2002-11-11 | Move readlink, mktemp, run-parts and which to a new debianutils dir. | Glenn L McGrath | |
2002-11-07 | Implement a small strings applet | Eric Andersen | |
2002-10-22 | last_patch63 from vodz: add in crond and crontab applets | Eric Andersen | |
2002-04-12 | Completely rework the config system so that it no longer annoys me to work on | Eric Andersen | |
the busybox development tree. This eliminates the use of recursive make, and once again allows us to run 'make' in a subdirectory with the expected result. And things are now much faster too. Greatly improved IMHO... -Erik |