Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1a 7/7/83; site rlgvax.UUCP Path: utzoo!linus!philabs!cmcl2!floyd!harpo!seismo!rlgvax!guy From: guy@rlgvax.UUCP (Guy Harris) Newsgroups: net.unix-wizards,net.wanted Subject: Re: make for rcs Message-ID: <1442@rlgvax.UUCP> Date: Fri, 2-Dec-83 00:07:20 EST Article-I.D.: rlgvax.1442 Posted: Fri Dec 2 00:07:20 1983 Date-Received: Sun, 4-Dec-83 04:57:51 EST References: <147@qtlon.UUCP> Organization: CCI Office Systems Group, Reston, VA Lines: 13 We have a version of System III "make" that runs under 4.2BSD and checks files out automatically when they are needed. It doesn't use the S3 "make"s SCCS scheme, it has built-in knowledge of RCS which makes various things work better. Among other things, if you put in your own ".c.o" rule you don't have to also add a ".c~.o" rule; i.e., 99% of all Makefiles should not have to be changed to support RCS other than making sure *all* dependencies are listed (if they aren't listed "make" doesn't realize that the file is needed and doesn't bother checking it out) - then again, you should always list all dependencies anyway or "make" can't do the job it's supposed to. Guy Harris {seismo,ihnp4,allegra}!rlgvax!guy