From owner-cvs-etc Thu Sep 8 02:33:45 1994 Return-Path: cvs-etc-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.8/8.6.6) id CAA08278 for cvs-etc-outgoing; Thu, 8 Sep 1994 02:33:45 -0700 Received: (from rgrimes@localhost) by freefall.cdrom.com (8.6.8/8.6.6) id CAA08268; Thu, 8 Sep 1994 02:33:41 -0700 Date: Thu, 8 Sep 1994 02:33:41 -0700 From: "Rodney W. Grimes" Message-Id: <199409080933.CAA08268@freefall.cdrom.com> To: ache, adam, alm, ats, bde, csgr, cvs-etc, davidg, dyson, gpalmer, guido, hsu, jkh, joerg, julian, jvh, karl, martin, nate, paul, phk, proven, pst, rgrimes, rich, se, sean, sef, smace, sos, torstenb, wollman Subject: cvs commit: src/etc Makefile Sender: cvs-etc-owner@freefall.cdrom.com Precedence: bulk rgrimes 94/09/08 02:33:40 Modified: etc Makefile Log: 1. Make CLEANFILES a little less dangerous by being more spcifc about some file names. 2. Add MAKEDEVS= that does all the /dev population so that this is not duplicated in 2 or 3 places. Helps to keep it in sync too. Cleaned up and fixed to not overflow inode tables. 3. Fix paths to the 2 crypt versions. 4. Init is sbin/init now instead of sbin/init.bsdi. 5. bdes is now in secure/usr.bin, will need to do something about telnet. 6. Incorporate 1.1.5.1 patches for EXTRACT.sh files. 7. Correct calls to make kcopy-flooppy to work with or without obj/. 8. Reorder src-clean: target so that it does not destroy the real obj tree, but does rip out junk and obj links. 9. Incorporate 1.1.5.1 patche for srcbin tarball name. 10. Add chflags command to release-dirs target so the rm -rf can have a chance to work. With this and a few more commits I will have 2.0 bin tarballs.