Searched hist:2779 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/etc/
H A DMakefilediff 2779 Thu Sep 15 02:44:03 MDT 1994 rgrimes 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.

Completed in 125 milliseconds