home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / database / informix / 1881 < prev    next >
Encoding:
Text File  |  1992-09-04  |  1.4 KB  |  32 lines

  1. Newsgroups: comp.databases.informix
  2. Path: sparky!uunet!caen!spool.mu.edu!mixcom.com!amby
  3. From: amby <amby@mixcom.mixcom.com>
  4. Subject: Re: 4GL, Make & SCCS - we use CVS and GNU Make
  5. Organization: Milwaukee Internet Xchange BBS, Milwaukee, WI U.S.A.
  6. Distribution: usa
  7. Date: Fri, 04 Sep 1992 14:45:27 GMT
  8. Message-ID: <1992Sep04.144527.1878@mixcom.com>
  9. References: <9468@emory.mathcs.emory.edu>
  10. Sender: ttvvtt@mixcom.com (Donald Amby)
  11. Lines: 19
  12.  
  13. In <9468@emory.mathcs.emory.edu> bob@worms-emh2.army.mil (Bob Kane) writes:
  14.  
  15. >If anyone out is currently using Unix Make files to compile 4GL programs that
  16. >are maintained by SCCS (Source Code Control System) I would appreciate some
  17. >pointers.
  18.  
  19.     We are using CVS (Concurrent Versions System), which makes use of RCS
  20.     for version control.  All of our makefiles are designed to assume the
  21.     necessary files are in the working directory.  You must have already
  22.     checked out all the sources (via cvs checkout) before you invoke make.
  23.  
  24.     Having make do the checkout is fine for the latest version, on the
  25.     main line of descent (for revisions).  We need to be able to build past
  26.     versions of anything from sources.  This seems to work fine, so far.
  27. -- 
  28. Donald E. Amby
  29.     don@amby.mixcom.com   (for short mail)        (414)797-6713 (voice)
  30.     amby@eisner.decus.org (for lengthy mail)      (414)797-6533 (FAX)
  31.     Harnischfeger Engineers, Inc., P.O.Box 1512, Milwaukee, WI 53201-1512
  32.