Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!mephisto!prism!gt0178a From: gt0178a@prism.gatech.EDU (JIM BURNS) Newsgroups: comp.unix.questions Subject: Re: How do you get make to check out things from RCS? Message-ID: <14308@hydra.gatech.EDU> Date: 30 Sep 90 04:35:51 GMT References: <14301@hydra.gatech.EDU> Distribution: na Organization: Georgia Institute of Technology Lines: 18 in article <14301@hydra.gatech.EDU>, I write: > .c.o: > -rm -f $< > co $< > $(CC) -c $< # add options to flavor > rm & touch $< # or just echo ""> $< - just uses 1 char. Actually, I need to add: touch $@ to this to put the source and .o in sync again. -- BURNS,JIM Georgia Institute of Technology, Box 30178, Atlanta Georgia, 30332 uucp: ...!{decvax,hplabs,ncar,purdue,rutgers}!gatech!prism!gt0178a Internet: gt0178a@prism.gatech.edu