Subject: Re: build problem
To: Adam Majewski <am@albedo.art.pl>
From: Frederick Bruckman <fredb@immanent.net>
List: tech-x11
Date: 11/04/2001 17:30:51
On Sun, 4 Nov 2001, Adam Majewski wrote:

> # cd sup/xsrc/xfree/xc
> # make World
> [...]
> rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS
> make.log MakeOut *.core "#"*
> cleaning in lib/GL/GL...
> make: don't know how to make clean. Stop
>
> make: stopped in /xds/sup/xsrc/xfree/xc/lib/GL/GL
> *** Error code 2
>
> Stop.

Is this a tree in which you've built before, and still have some old
"Makefile"'s lying around? "make build" at the top level (under
"xsrc/") will clean out all that old junk for you. Specify XFree 4 by
setting "USE_XF86_4=yes" in "/etc/mk.conf". (And no, "make release"
still doesn't work for XFree 4.)

Frederick