K 10 svn:author V 5 luigi K 8 svn:date V 27 2001-02-19T23:49:54.000000Z K 7 svn:log V 840 Add the new picobsd build script, and remove the old ones. This script should be a significant improvement over the old ones for the following reasons (modulo bugs...): + it can be run from anywhere; + a single script does everything including cleanup; + removes the need for a number of makefiles used before; + it does not write anymore into /usr/src/release/picobsd/ ; + all the files produced by the compilation are put into a single directory (plus OBJDIR as specified by the various programs); + it has slightly better diagnosting and debugging modes; + it permits PicoBSD configurations to be placed anywhere; + configurations can now be as simple as two files -- PICOBSD and crunch.conf, thus removing the need for supporting language-specific versions. You just define a new floppy type and populate the tree. END