home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / atari / st / 13109 < prev    next >
Encoding:
Text File  |  1992-09-02  |  1.4 KB  |  33 lines

  1. Newsgroups: comp.sys.atari.st
  2. Path: sparky!uunet!mcsun!Germany.EU.net!Urmel.Informatik.RWTH-Aachen.DE!messua!heinenb
  3. From: heinenb@messua.informatik.rwth-aachen.de (Benedikt Eric Heinen)
  4. Subject: Problems with GNUmake 3.60
  5. Message-ID: <heinenb.715451516@messua>
  6. Summary: How to use RCS from make?
  7. Keywords: GNUmake GNU make problems question programming c RCS rcs
  8. Sender: news@Urmel.Informatik.RWTH-Aachen.DE (Newsfiles Owner)
  9. Nntp-Posting-Host: messua
  10. Organization: Rechnerbetrieb Informatik  /  RWTH Aachen
  11. Date:  2 Sep 92 16:31:56 GMT
  12. Lines: 19
  13.  
  14. Hi all,
  15.  
  16.   I got some problems with the GNUmake V3.60 that I got from a.a.
  17. I wrote a makefile to compile and bind a lib I wrote before. I RCSd the
  18. first few files and tried to make the lib another time. But there is a 
  19. problem. make calls co with "co xgetrc.c,v xgetrc.c". Using that command line,
  20. co tries to extract xgetrc.c two times from xgetrc.c,v! But after the first
  21. extraction, co states that there already is an extracted xgetrc.c and inter-
  22. actively asks, whether that one should be used or whether the existing file
  23. should be replaced by the new one. Is there a way to tell make to call co with
  24. "co xgetrc.c,v" instead of "co xgetrc.c,v xgetrc.c"?
  25. And another question: is there a way to tell make to auto-delete the files
  26. it checked out just before compilation and to leave the source files that 
  27. already existed at the moment when make was startet?
  28.  
  29. yours,
  30.  
  31.      Benedikt Heinen
  32.  
  33.