[Freeciv-Dev] Re: [FreeCiv-Cvs] dwp: Moved "registry" module from server
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: |
freeciv-dev@xxxxxxxxxxx |
Subject: |
[Freeciv-Dev] Re: [FreeCiv-Cvs] dwp: Moved "registry" module from server/ to common/... |
From: |
David Pfitzner <dwp@xxxxxxxxxxxxxx> |
Date: |
Sat, 1 May 1999 14:21:30 +1000 (EST) |
> From: freeciv@xxxxxxxxxxxxxx
>
> This is an automated notification of a change to freeciv cvs,
> on Fri Apr 30 21:04:26 PDT 1999 = Sat May 1 04:04:26 1999 (GMT)
> by David Pfitzner <dwp@xxxxxxxxxxxxxx>
>
> ---- Files affected:
>
> freeciv/common registry.c registry.h Makefile.am Makefile.in
> freeciv/server Makefile.am Makefile.in registry.c registry.h
>
> ---- Log message:
>
> Moved "registry" module from server/ to common/.
> (To allow future use by client, eg, for parsing .civclientrc).
A note regarding the above CVS change: The removal of some files
in this change could result in compliation errors like the following:
make[2]: *** No rule to make target `registry.h', needed by `civserver.o'.
Stop.
A solution to this is as follows:
cd server
rm -r .deps
make clean
Then go back to the top dir and run make again.
(Or probably various make targets, eg "make distclean" ?)
Regards,
-- David
- [Freeciv-Dev] Re: [FreeCiv-Cvs] dwp: Moved "registry" module from server/ to common/...,
David Pfitzner <=
|
|