Subject: Re: xsrc fails to build
To: Martin Husemann <martin@rumolt.teuto.de>
From: Frederick Bruckman <fb@enteract.com>
List: current-users
Date: 09/04/1999 09:47:44
On Sat, 4 Sep 1999, Martin Husemann wrote:

> Since a few days I can't build in /usr/xsrc (after making clean there):
> 
> [/usr/xsrc] root@rumolt > make
> make   -f xmakefile  all

Try

cd /usr/xsrc; rm xc/xmakefile; make build

"make clean" in xc doesn't really remove all the targets, but as long
as it has to rebuild xmakefile it should still rebuild everything.