From owner-svn-src-all@FreeBSD.ORG Thu Jan 28 14:59:16 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 976E1106568B; Thu, 28 Jan 2010 14:59:16 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 868118FC26; Thu, 28 Jan 2010 14:59:16 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o0SExGel071810; Thu, 28 Jan 2010 14:59:16 GMT (envelope-from cognet@svn.freebsd.org) Received: (from cognet@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o0SExG03071808; Thu, 28 Jan 2010 14:59:16 GMT (envelope-from cognet@svn.freebsd.org) Message-Id: <201001281459.o0SExG03071808@svn.freebsd.org> From: Olivier Houchard Date: Thu, 28 Jan 2010 14:59:16 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r203116 - head/sys/mips/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jan 2010 14:59:16 -0000 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