Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Nov 2010 01:00:24 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-embedded@FreeBSD.org
Subject:   Re: misc/151696: commit references a PR
Message-ID:  <201011100100.oAA10Ork077345@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/151696; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/151696: commit references a PR
Date: Wed, 10 Nov 2010 00:56:52 +0000 (UTC)

 Author: imp
 Date: Wed Nov 10 00:56:44 2010
 New Revision: 215070
 URL: http://svn.freebsd.org/changeset/base/215070
 
 Log:
   Build make.conf when the world is not selected to build, but the
   kernel is.
   
   PR:		151696
   Submitted by:	lev@
 
 Modified:
   head/tools/tools/nanobsd/nanobsd.sh
 
 Modified: head/tools/tools/nanobsd/nanobsd.sh
 ==============================================================================
 --- head/tools/tools/nanobsd/nanobsd.sh	Wed Nov 10 00:39:42 2010	(r215069)
 +++ head/tools/tools/nanobsd/nanobsd.sh	Wed Nov 10 00:56:44 2010	(r215070)
 @@ -917,6 +917,9 @@ else
  fi
  
  if $do_kernel ; then
 +	if ! $do_world ; then
 +		make_conf_build
 +	fi
  	build_kernel
  else
  	pprint 2 "Skipping buildkernel (as instructed)"
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



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