NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: NetBSD 7.0 i386 mkdep fails



On 6 Jun 2016 at 7:36, Mayuresh wrote:

> On Sun, Jun 05, 2016 at 07:55:21PM -0000, David Lord wrote:
> > For many years I've been using pkgsrc/sysutils/sysbuild to 
> > generate kernels, sets, release img and iso. It downloads source
> > and builds chroot so your host system configuration doesn't cause
> > complications. You can cross build or build both i386 and amd64
> > from same conf file which has separate sections for each arch.
> 
> Sounds very handy. Thanks for sharing the tip. Does it have an option to
> build just kernel?
> 
> Mayuresh.


From my conf file I have:

#####
MKX11="yes"
MACHINES="i386"
BUILD_TARGETS="tools kernel=NTP-i386_0.80 release \
    iso-image install-image"
INCREMENTAL_BUILDS="NO"
CVSTAG="netbsd-7"
#####

I'm not sure if tools is required as a target if only 
kernels are required.
 

David




Home | Main Index | Thread Index | Old Index