How do you get make to check out things from RCS?

JIM BURNS gt0178a at prism.gatech.EDU
Sun Sep 30 14:35:51 AEST 1990


in article <14301 at 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 at prism.gatech.edu



More information about the Comp.unix.questions mailing list