K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-09-15T04:44:03.000000Z K 7 svn:log V 1269 1. Add back *.c to CLEANFILES, seems crunch makes quite a mess! 2. Update the COPYRIGHT= to be just the COPYRIGHT file for now. 3. Fully parameterize the floppy device being used. This is needed right now so I can at least build these on 1.44 until it all is working, then I will have to find a way to get them back down to size. 4. Remove mount_pcfs from the filesystem floppy, we don't have that yet. 5. Update the shared libraries t obe copied. This should now work for this and all future releases. 6. Reduce the CRYPT_SRCS down to the few static binaries that have crypt in them. 7. Change all references for the kernel from /386bsd to /kernel. 8. For some reason umount is returning 1, use a - until I can find out why. 9. Update the disklabel commands to be 4.4 syntax. 10. Remove the ugly elvis wart, we don't have elvis anymore. 11. Use the -d (directories only) option on the mtree commands. This greatly reduces the noise from distrib-dirs:. 12. Note the fact that the mtree commands need a wrapper around them as they return a status of 2 if the tree was modified and the make should not exit on that condition. 13. Add a trailing slash on the chflags command as ${RELEASEDIR} may be a symbolic link. END