svn commit: r240139 - head/sys/mips/conf

Brooks Davis brooks at FreeBSD.org
Wed Sep 5 15:55:51 UTC 2012


Author: brooks
Date: Wed Sep  5 15:55:51 2012
New Revision: 240139
URL: http://svn.freebsd.org/changeset/base/240139

Log:
  Don't hardcode paths to MFS_IMAGE in the kernel config.  When they don't
  exist they don't cause "make tinderbox" to fail.
  
  Reported by:	jhb

Modified:
  head/sys/mips/conf/BERI_DE4_MDROOT
  head/sys/mips/conf/BERI_SIM_MDROOT

Modified: head/sys/mips/conf/BERI_DE4_MDROOT
==============================================================================
--- head/sys/mips/conf/BERI_DE4_MDROOT	Wed Sep  5 14:52:54 2012	(r240138)
+++ head/sys/mips/conf/BERI_DE4_MDROOT	Wed Sep  5 15:55:51 2012	(r240139)
@@ -18,7 +18,6 @@ hints		"BERI_DE4.hints"	#Default places 
 #
 options 	MD_ROOT			# MD is a potential root device
 options 	MD_ROOT_SIZE=8192
-makeoptions	MFS_IMAGE=/local/scratch/rnw24/mdroot.img
 options 	ROOTDEVNAME=\"ufs:md0\"
 
 device		altera_avgen

Modified: head/sys/mips/conf/BERI_SIM_MDROOT
==============================================================================
--- head/sys/mips/conf/BERI_SIM_MDROOT	Wed Sep  5 14:52:54 2012	(r240138)
+++ head/sys/mips/conf/BERI_SIM_MDROOT	Wed Sep  5 15:55:51 2012	(r240139)
@@ -17,7 +17,6 @@ hints		"BERI_SIM.hints"	#Default places 
 #
 options 	MD_ROOT			# MD is a potential root device
 options 	MD_ROOT_SIZE=8192
-makeoptions	MFS_IMAGE=/local/scratch/rnw24/mdroot.img
 options 	ROOTDEVNAME=\"ufs:md0\"
 
 device		altera_avgen


More information about the svn-src-all mailing list