Subject: Re: -current build failure with MKDEBUG=yes in libexec/atf-cleanup
To: NetBSD current <current-users@netbsd.org>
From: Nicolas Joly <njoly@pasteur.fr>
List: current-users
Date: 11/12/2007 23:27:26
--ZGiS0Q5IWpPtfppv
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Mon, Nov 12, 2007 at 11:25:55PM +0100, Nicolas Joly wrote:
> 
> Hi,
> 
> I just updated my sources, and noticed that `build.sh release' target
> does not succeed anymore with MKDEBUG=yes set in mk.conf (attached, if
> it matters).

Oops, this time with the file.

-- 
Nicolas Joly

Biological Software and Databanks.
Institut Pasteur, Paris.

--ZGiS0Q5IWpPtfppv
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="mk.conf"


## Build dirs

BSDSRCDIR=/local/src/NetBSD/src
X11SRCDIR=/local/src/NetBSD/xsrc
PKGSRCDIR=/local/src/NetBSD/pkgsrc

BSDOBJDIR=/local/src/NetBSD/obj/${MACHINE}
WRKOBJDIR=/local/src/NetBSD/pkgobj/${MACHINE}

.ifndef BSD_PKG_MK
DESTDIR=/local/src/NetBSD/dest/${MACHINE}
.endif
TOOLDIR=/local/src/NetBSD/tool/${MACHINE}

RELEASEDIR=/local/src/NetBSD/rel

## Build options

.if !defined(KERNEL_BUILD)
COPTS+= 	-g
STRIPFLAG= 	-S -d
.endif

MKDEBUG=yes
MKX11=yes

## Packages

WRKLOG=/dev/null

SU_CMD=/local/bin/sudo /bin/sh -c

ACCEPTABLE_LICENSES+=adobe-acrobat-license
ACCEPTABLE_LICENSES+=jdk13-license
ACCEPTABLE_LICENSES+=mplayer-codec-license
ACCEPTABLE_LICENSES+=openmotif-license
ACCEPTABLE_LICENSES+=unrar-license
ACCEPTABLE_LICENSES+=xv-license


--ZGiS0Q5IWpPtfppv--