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