Date: Tue, 17 Sep 2013 00:00:03 GMT From: Garrett Cooper <yaneurabeya@gmail.com> To: freebsd-bugs@FreeBSD.org Subject: Re: conf/182172: make: don't know how to make /usr/obj/usr/src.svn/tmp/usr/lib/libunbound.a Message-ID: <201309170000.r8H003br008233@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/182172; it has been noted by GNATS. From: Garrett Cooper <yaneurabeya@gmail.com> To: Glen Barber <gjb@FreeBSD.org> Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: conf/182172: make: don't know how to make /usr/obj/usr/src.svn/tmp/usr/lib/libunbound.a Date: Mon, 16 Sep 2013 16:57:10 -0700 On Sep 16, 2013, at 4:53 PM, Glen Barber wrote: > Please include src.conf/make.conf. I posted it in this pastebin for another PR: http://pastebin.com/xAeJtB6C I executed the build like this: env TARGET=i386 TARGET_ARCH=i386 WITHOUT_BMAKE=1 sh /root/build.sh And my dumb build script looks like this: # cat /root/build.sh #!/bin/sh set -ex : ${JOBS=$(( 2 * $(sysctl -n kern.smp.cpus) ))} rm -f ~/bw.s (make buildworld -j$JOBS 2>&1 && : > ~/bw.s) | tee ~/bw.log [ -f ~/bw.s ] rm -f ~/bk.s (make buildkernel -j$JOBS 2>&1 && : > ~/bk.s) | tee ~/bk.log [ -f ~/bk.s ] Thanks!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309170000.r8H003br008233>