misc/151696: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Wed Nov 10 01:00:24 UTC 2010


The following reply was made to PR misc/151696; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-embedded mailing list