Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Apr 2009 09:50:16 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-hackers@freebsd.org
Cc:        Manolis Kiagias <manolis@freebsd.org>
Subject:   Re: Some questions on 'make release'
Message-ID:  <200904200950.16371.jhb@freebsd.org>
In-Reply-To: <49EA549E.2060001@FreeBSD.org>
References:  <49EA549E.2060001@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 18 April 2009 6:30:54 pm Manolis Kiagias wrote:
> # make release CHROOTDIR=/data/release BUILDNAME=7.2-PRERELEASE 
> CVSROOT=/data/ncvs EXTSRCDIR=/usr/src  CD_PACKAGE_TREE=/data/packages 
> -DNODOC -DNOPORTS -DNO_FLOPPIES -DMAKE_ISOS
> 
> which completes, without errors but without adding the packages to any 
> CD or the DVD. I found out that I can add the packages after the build 
> by running manually /usr/src/release/i386/mkisoimage.sh with appropriate 
> arguments (and the resulting CD seems to work fine).  But I can't seem 
> to convince make release to do this.

This should work.  I would maybe hack on src/release/Makefile and remove the
'@' from the lines in the iso.1 target to make sure it is doing things the way 
you expect.  You could make mkisoimages.sh echo the mkisofs command line as 
well perhaps.

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904200950.16371.jhb>