Retro: Intend to continue serial driver

Tril dem@tunes.org
Wed, 28 Jul 1999 19:56:47 -0700 (PDT)


On Wed, 28 Jul 1999, Paul Dufresne wrote:

> I updated retro yesterday. I got some messages saying some files had
> become obsolete but I don't know if cvs erase them or if there is
> a command to get rid of these obsolete files.

Run 'cvs update' to get the most recent files.  Always do this before any
checkins.  If you got the message, your checkin did not complete.  Run
update and then try checkin again.  Notice that during the update, if a
file says "M" in front of it, that means it merged changes from someone
else with yours, and you should examine the file to be sure it is correct
(that your changes and the other person's do not conflict).

> Also, I tried to do a make but I got this:
> make[1]: *** No rule to make target '../fonts/gr8x8.psf', needed by
> 'boot.bin'.
> As a matter of fact I don't have the fonts directory.

'cvs update' does not automatically give you new directories that were
created since you checked out.  You must give the option -d, as in 'cvs
update -d'.  This will ensure that you have all subdirectories.	 It
doesn't hurt to always use update -d.

David Manifold <dem@tunes.org>
This message is placed in the public domain.