Path: utzoo!attcan!uunet!mcsun!hp4nl!ruuinf!ruunsa!nboogaar From: nboogaar@ruunsa.fys.ruu.nl (Martin v.d. Boogaard) Newsgroups: comp.lang.c Subject: Re: Using RCS and make Keywords: RCS, make, unix, version control Message-ID: <1039@ruunsa.fys.ruu.nl> Date: 5 Jun 90 07:11:47 GMT References: <137@evtprp0b.UUCP> Organization: University of Utrecht, Dept. of Physics Lines: 20 In <137@evtprp0b.UUCP> mrt7455@evtprp0b (Michael R Tucker) writes: > I would like to see an example makefile using RCS. (Not really a question for comp.lang.c., but...) Try GNU Make. If any file foo.x doesn't exist, GNU Make will check whether it can find a file foo.x,v or ./RCS/foo.x,v. If one of these exists it will be checked out before Make proceeds with the next step towards the target. There is no need to specify anything extra in your Makefile. It only takes one weekend to read the GNU Make manual. Martin J. van den Boogaard | Dept. of Atomic & Interface Physics | Debye Institute--Utrecht University P.O. Box 80.000 | NL-3508 TA Utrecht | decnet: ruunsc::boogaard the Netherlands | bitnet: boogaard@hutruu51 +31 30 532904 | internet: nboogaar@fys.ruu.nl