Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Dec 2010 05:13:41 +0000 (UTC)
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r216475 - head/sys/mips/conf
Message-ID:  <201012160513.oBG5Dfhd024081@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gonzo
Date: Thu Dec 16 05:13:41 2010
New Revision: 216475
URL: http://svn.freebsd.org/changeset/base/216475

Log:
  - include argument should be in quotes

Modified:
  head/sys/mips/conf/SWARM
  head/sys/mips/conf/SWARM64
  head/sys/mips/conf/SWARM64_SMP
  head/sys/mips/conf/SWARM_SMP

Modified: head/sys/mips/conf/SWARM
==============================================================================
--- head/sys/mips/conf/SWARM	Thu Dec 16 04:56:03 2010	(r216474)
+++ head/sys/mips/conf/SWARM	Thu Dec 16 05:13:41 2010	(r216475)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 #
 
-include		std.SWARM
+include		"std.SWARM"
 
 ident		SWARM
 

Modified: head/sys/mips/conf/SWARM64
==============================================================================
--- head/sys/mips/conf/SWARM64	Thu Dec 16 04:56:03 2010	(r216474)
+++ head/sys/mips/conf/SWARM64	Thu Dec 16 05:13:41 2010	(r216475)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 #
 
-include		std.SWARM
+include		"std.SWARM"
 
 ident		SWARM64
 

Modified: head/sys/mips/conf/SWARM64_SMP
==============================================================================
--- head/sys/mips/conf/SWARM64_SMP	Thu Dec 16 04:56:03 2010	(r216474)
+++ head/sys/mips/conf/SWARM64_SMP	Thu Dec 16 05:13:41 2010	(r216475)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 #
 
-include		std.SWARM
+include		"std.SWARM"
 
 ident		SWARM64_SMP
 

Modified: head/sys/mips/conf/SWARM_SMP
==============================================================================
--- head/sys/mips/conf/SWARM_SMP	Thu Dec 16 04:56:03 2010	(r216474)
+++ head/sys/mips/conf/SWARM_SMP	Thu Dec 16 05:13:41 2010	(r216475)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 #
 
-include		std.SWARM
+include		"std.SWARM"
 
 ident		SWARM_SMP
 



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