aboutsummaryrefslogtreecommitdiff
path: root/scripts/individual
AgeCommit message (Collapse)Author
2007-04-11rename: run_applet_by_name -> run_applet_and_exitDenis Vlasenko
2006-09-14- make sure that the 'build' dir exists even if we are about to build just ↵Bernhard Reutner-Fischer
one applet.
2006-09-14- do away with silly comment and do the Right Thing wrt building the archives.Bernhard Reutner-Fischer
You have to provide the absolute path to the objdir/target.ext you want to build, as can be seen in the respective makefiles..
2006-08-09Another whack at scripts/individual. Now builds 212 applets.Rob Landley
2006-08-06Teach md5sum and sha1sum to work the way other applets do so I don't have toRob Landley
teach scripts/individual new tricks. And while I'm at it, teach scripts/individual other new tricks. Now builds 198 applets, some of which I should teach it to hardlink together because they're really the same app...
2006-08-05scripts/individual now builds 171 applets. Some of them may even work. :)Rob Landley
2006-08-04Digging up my old "make standalone" stuff from a year ago:Rob Landley
http://busybox.net/lists/busybox/2005-September/015766.html I renamed it "individual" to not confuse it with the standalone shell. (Which it isn't compatible with for obvious reasons.) Configure busybox (I did make defconfig), then run scripts/individual and it'll build an individual version of each applet in the "build" subdirectory. Currently it builds 146 and fails to build 104 applets out of "make defconfig". I haven't taught it about multi-file applets yet (like tar), or the ones where two applets get built from the same source (for example, zcat is a trivial variant of gunzip so there is no zcat.c). But here's a start.