aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Makefile.in
AgeCommit message (Collapse)Author
2005-09-24use brief license lineMike Frysinger
2005-09-21moved include/bbconfigopts.h from miscutils to to top Makefile before ↵"Vladimir N. Oleynik"
generate .depend. Remove allyesconfig build problem, noticed by Bernhard Fischer
2005-09-19remove duplicate depend, its work for bb_mkdepend"Vladimir N. Oleynik"
2005-09-19correct build bbconfig applet, correct previous change"Vladimir N. Oleynik"
2005-09-19corect build bbconfig applet, Thanks, Bernhard Fischer"Vladimir N. Oleynik"
2005-09-15New applet "less", from Rob Sullivan.Rob Landley
2005-08-20Bernhard Fischer provided a mountpoint(1) applet. This is apparently somethingRob Landley
sysvinit provides, and which is used by the debian init scripts.
2005-08-01commiting:Paul Fox
0000028 03-16-05 patch: new setsid applet
2005-08-01new config display applet, from bug 46. i've changed the namePaul Fox
of the applet from "config" to "bbconfig", and renamed the source filenames and symbols to match appropriately.
2005-07-27use toplevel ARFLAGS and update default ARFLAGS to be quietMike Frysinger
2005-05-11import eject by Peter Willis / Tito RagusaMike Frysinger
2004-10-08egor 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-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-12-20New applet, rx, by Christopher HooverGlenn L McGrath
2003-10-22the dc applet now needs libmEric Andersen
-Erik
2003-10-09New applet, devfsd, by Matteo Croce and TitoGlenn L McGrath
2003-08-08Implement a minimalist 'last' which allows the LEAF project toEric Andersen
no longer need dumtp. Remove the 'dumtp' applet. -Erik
2003-07-22Remove the update utility, that is only relevant to older 2.0.x kernelsEric Andersen
that are no longer supported.
2003-07-22Matteo Croce submitted a hdparm applet.Eric Andersen
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2002-11-11Move readlink, mktemp, run-parts and which to a new debianutils dir.Glenn L McGrath
2002-11-07Implement a small strings appletEric Andersen
2002-10-22last_patch63 from vodz: add in crond and crontab appletsEric Andersen
2002-04-12Completely rework the config system so that it no longer annoys me to work onEric 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