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