Subject: Re: build.sh -R fails?
To: Greywolf <greywolf@starwolf.com>
From: Daniel Carosone <dan@geek.com.au>
List: current-users
Date: 10/04/2002 18:24:50
On Thu, Oct 03, 2002 at 03:35:02PM -0700, Greywolf wrote:
> I have MANZ=no in /etc/mk.conf.  It is apparently getting
> ignored, since the .gz files are getting installed!

Three possibilities I see:

 1. Something else is overriding this, say from the environment.

 2. You may need to completely clean out BSDOBJDIR and/or DESTDIR.

 3. Some makefile/routine has a bug, and is testing for something
    like defined(MANZ) instead of MANZ.  If after doing 2 and rebuilding,
    you still have the problem, take all mention of MANZ out of mk.conf,
    do 2 again and rebuild again. If *this* fixes it, please find and fix
    the bug ;).

--
Dan.