Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jan 2010 14:59:16 +0000 (UTC)
From:      Olivier Houchard <cognet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r203116 - head/sys/mips/conf
Message-ID:  <201001281459.o0SExG03071808@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cognet
Date: Thu Jan 28 14:59:16 2010
New Revision: 203116
URL: http://svn.freebsd.org/changeset/base/203116

Log:
  Comment out any reference to ALCHEMY.hints until it's committed, to unbreak
  make universe.
  
  Spotted out by:	gahr

Modified:
  head/sys/mips/conf/ALCHEMY

Modified: head/sys/mips/conf/ALCHEMY
==============================================================================
--- head/sys/mips/conf/ALCHEMY	Thu Jan 28 14:09:16 2010	(r203115)
+++ head/sys/mips/conf/ALCHEMY	Thu Jan 28 14:59:16 2010	(r203116)
@@ -27,7 +27,7 @@ makeoptions	MODULES_OVERRIDE=""
 
 include		"../alchemy/std.alchemy"
 
-hints		"ALCHEMY.hints"		#Default places to look for devices.
+#hints		"ALCHEMY.hints"		#Default places to look for devices.
 
 makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
 



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